Searched refs:steal_thresh (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sched_ule.c | 277 static int __read_mostly steal_thresh = 2; variable 998 cpu = sched_highest(cg, mask, steal_thresh); in tdq_idled() 1020 if (steal->tdq_load < steal_thresh || in tdq_idled() 1037 if (steal->tdq_load < steal_thresh || in tdq_idled() 1934 cpu = sched_highest(cg, mask, steal_thresh); in tdq_trysteal() 1957 if (steal->tdq_load < steal_thresh || in tdq_trysteal() 1976 if (steal->tdq_load < steal_thresh || in tdq_trysteal() 3118 SYSCTL_INT(_kern_sched, OID_AUTO, steal_thresh, CTLFLAG_RW, &steal_thresh, 0,
|