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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c276 #define TDQ_CPU(x) (&tdq_cpu[(x)]) macro
283 #define TDQ_CPU(x) (&tdq_cpu) macro
388 tdq = TDQ_CPU(cpu);
668 tdq = TDQ_CPU(cpu);
802 TDQ_CPU(high)->tdq_load - 1, high);
810 if (sched_balance_pair(TDQ_CPU(high), TDQ_CPU(low))) {
964 steal = TDQ_CPU(cpu);
1128 tdq = TDQ_CPU(cpu);
1193 if (TDQ_CPU(sel
[all...]

Completed in 96 milliseconds