Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c335 #define TDQ_CPU(x) (DPCPU_ID_PTR((x), tdq)) macro
342 #define TDQ_CPU(x) (&tdq_cpu) macro
438 tdq = TDQ_CPU(cpu); in tdq_print()
761 tdq = TDQ_CPU(c); in cpu_search_lowest()
832 tdq = TDQ_CPU(c); in cpu_search_highest()
911 tdq = TDQ_CPU(high); in sched_balance_group()
942 if (sched_balance_pair(tdq, TDQ_CPU(low))) { in sched_balance_group()
1116 steal = TDQ_CPU(cpu); in tdq_idled()
1336 tdq = TDQ_CPU(cpu); in sched_setcpu()
1405 tdq = TDQ_CPU(ts->ts_cpu); in sched_pickcpu()
[all …]