Searched refs:min_catch (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/kern/
H A Dkern_runq.c114 static u_int min_catch; /* Minimal LWP count for catching */ variable
129 min_catch = 1;
676 if (atomic_load_relaxed(&spc->spc_mcount) < (gentle ? min_catch : 1) ||
892 atomic_load_relaxed(&tspc->spc_mcount) < min_catch) {
1171 CTLTYPE_INT, "min_catch",
1173 NULL, 0, &min_catch, 0,

Completed in 135 milliseconds