Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/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, maxclsyspri, ntasks, in dmu_objset_find_dp()