Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dproject.c612 rctl_qty_t ntasks; in project_ntasks_usage() local
617 ntasks = pj->kpj_ntasks; in project_ntasks_usage()
620 return (ntasks); in project_ntasks_usage()
628 rctl_qty_t ntasks; in project_ntasks_test() local
632 ntasks = e->rcep_p.proj->kpj_ntasks; in project_ntasks_test()
633 if (ntasks + incr > rcntl->rcv_value) in project_ntasks_test()
H A Dzone.c4788 uint_t ntasks; in zone_shutdown() local
4791 if ((ntasks = zone->zone_ntasks) != 1) { in zone_shutdown()
4798 if (ntasks == 1) { in zone_shutdown()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1769 int ntasks; in dmu_objset_find_dp() local
1804 ntasks = dmu_find_threads; in dmu_objset_find_dp()
1805 if (ntasks == 0) in dmu_objset_find_dp()
1806 ntasks = vdev_count_leaves(dp->dp_spa) * 4; in dmu_objset_find_dp()
1807 tq = taskq_create("dmu_objset_find", ntasks, minclsyspri, ntasks, in dmu_objset_find_dp()