Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c291 #define TDQ_ID(x) ((x)->tdq_id) macro
295 #define TDQ_ID(x) (0) macro
403 printf("tdq %d:\n", TDQ_ID(tdq)); in tdq_print()
548 SDT_PROBE2(sched, , , load__change, (int)TDQ_ID(tdq), tdq->tdq_load); in tdq_load_add()
562 ("tdq_load_rem: Removing with 0 load on queue %d", TDQ_ID(tdq))); in tdq_load_rem()
568 SDT_PROBE2(sched, , , load__change, (int)TDQ_ID(tdq), tdq->tdq_load); in tdq_load_rem()
606 ctd = pcpu_find(TDQ_ID(tdq))->pc_curthread; in tdq_setlowpri()
938 cpu = TDQ_ID(low); in sched_balance_pair()
960 cpu = TDQ_ID(to); in tdq_move()
1417 "sched lock %d", (int)TDQ_ID(tdq)); in tdq_setup()
[all …]