Searched defs:ntasks (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dproject.c613 rctl_qty_t ntasks; local
618 ntasks = pj->kpj_ntasks;
621 return (ntasks);
629 rctl_qty_t ntasks; local
633 ntasks = e->rcep_p.proj->kpj_ntasks;
634 if (ntasks + incr > rcntl->rcv_value)
H A Dzone.c2980 * Make sure the ntasks didn't change since we
4974 uint_t ntasks; local
4977 if ((ntasks = zone->zone_ntasks) != 1) {
4984 if (ntasks == 1) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1878 int ntasks; local
1914 ntasks = dmu_find_threads;
1915 if (ntasks == 0)
1916 ntasks = vdev_count_leaves(dp->dp_spa) * 4;
1917 tq = taskq_create("dmu_objset_find", ntasks, minclsyspri, ntasks,

Completed in 64 milliseconds