Home
last modified time | relevance | path

Searched refs:ntasks (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dproject.c613 rctl_qty_t ntasks; in project_ntasks_usage() local
618 ntasks = pj->kpj_ntasks; in project_ntasks_usage()
621 return (ntasks); in project_ntasks_usage()
629 rctl_qty_t ntasks; in project_ntasks_test() local
633 ntasks = e->rcep_p.proj->kpj_ntasks; in project_ntasks_test()
634 if (ntasks + incr > rcntl->rcv_value) in project_ntasks_test()
H A Dzone.c5004 uint_t ntasks; in zone_shutdown() local
5007 if ((ntasks = zone->zone_ntasks) != 1) { in zone_shutdown()
5014 if (ntasks == 1) { in zone_shutdown()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c2738 int ntasks; in dmu_objset_find_dp() local
2774 ntasks = dmu_find_threads; in dmu_objset_find_dp()
2775 if (ntasks == 0) in dmu_objset_find_dp()
2776 ntasks = vdev_count_leaves(dp->dp_spa) * 4; in dmu_objset_find_dp()
2777 tq = taskq_create("dmu_objset_find", ntasks, minclsyspri, ntasks, in dmu_objset_find_dp()