Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c336 #define TDQ_ID(x) ((x)->tdq_id) macro
340 #define TDQ_ID(x) (0) macro
440 printf("tdq %d:\n", TDQ_ID(tdq)); in tdq_print()
613 SDT_PROBE2(sched, , , load__change, (int)TDQ_ID(tdq), tdq->tdq_load); in tdq_load_add()
627 ("tdq_load_rem: Removing with 0 load on queue %d", TDQ_ID(tdq))); in tdq_load_rem()
633 SDT_PROBE2(sched, , , load__change, (int)TDQ_ID(tdq), tdq->tdq_load); in tdq_load_rem()
1020 cpu = TDQ_ID(low); in sched_balance_pair()
1048 cpu = TDQ_ID(to); in tdq_move()
1215 cpu = TDQ_ID(tdq); in tdq_notify()
1574 "sched lock %d", (int)TDQ_ID(tdq)); in tdq_setup()
[all …]