Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp3056 int ntasks = task_team->tt.tt_num_task_pri; local
3057 if (ntasks == 0) {
3065 ntasks - 1))
3067 ntasks = task_team->tt.tt_num_task_pri;
3068 } while (ntasks > 0);
3069 if (ntasks == 0) {
3259 int ntasks = TCR_4(victim_td->td.td_deque_ntasks); local
3261 if (ntasks == 0) {
3291 for (i = 1; i < ntasks; ++i) {
3310 for (i = i + 1; i < ntasks; ++i) {
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c2796 int ntasks; in dmu_objset_find_dp() local
2832 ntasks = dmu_find_threads; in dmu_objset_find_dp()
2833 if (ntasks == 0) in dmu_objset_find_dp()
2834 ntasks = vdev_count_leaves(dp->dp_spa) * 4; in dmu_objset_find_dp()
2835 tq = taskq_create("dmu_objset_find", ntasks, maxclsyspri, ntasks, in dmu_objset_find_dp()