Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddmu_objset.c1847 int ntasks; in dmu_objset_find_dp() local
1882 ntasks = dmu_find_threads; in dmu_objset_find_dp()
1883 if (ntasks == 0) in dmu_objset_find_dp()
1884 ntasks = vdev_count_leaves(dp->dp_spa) * 4; in dmu_objset_find_dp()
1885 tq = taskq_create("dmu_objset_find", ntasks, minclsyspri, ntasks, in dmu_objset_find_dp()