Searched refs:KTR_RUNQ (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_switch.c | 279 CTR4(KTR_RUNQ, "runq_clrbit: bits=%#x %#x bit=%#x word=%d", in runq_clrbit() 301 CTR3(KTR_RUNQ, "runq_findbit: bits=%#x i=%d pri=%d", in runq_findbit() 327 CTR3(KTR_RUNQ, "runq_findbit_from: bits=%#x i=%d pri=%d", in runq_findbit_from() 351 CTR4(KTR_RUNQ, "runq_setbit: bits=%#x %#x bit=%#x word=%d", in runq_setbit() 372 CTR4(KTR_RUNQ, "runq_add: td=%p pri=%d %d rqh=%p", in runq_add() 390 CTR4(KTR_RUNQ, "runq_add_pri: td=%p pri=%d idx=%d rqh=%p", in runq_add_pri() 412 CTR2(KTR_RUNQ, "runq_check: bits=%#x i=%d", in runq_check() 416 CTR0(KTR_RUNQ, "runq_check: empty"); in runq_check() 454 CTR3(KTR_RUNQ, in runq_choose_fuzz() 458 CTR1(KTR_RUNQ, "runq_choose_fuzz: idleproc pri=%d", pri); in runq_choose_fuzz() [all …]
|
H A D | sched_4bsd.c | 1168 CTR0(KTR_RUNQ, "forward_wakeup()"); in forward_wakeup() 1370 CTR3(KTR_RUNQ, in sched_add() 1374 CTR2(KTR_RUNQ, in sched_add() 1442 CTR2(KTR_RUNQ, "sched_add: adding td_sched:%p (td:%p) to runq", ts, td); 1502 CTR2(KTR_RUNQ, "choosing td %p from pcpu runq %d", tdcpu, in sched_choose() 1507 CTR1(KTR_RUNQ, "choosing td_sched %p from main runq", td); in sched_choose()
|
/freebsd/sys/sys/ |
H A D | ktr_class.h | 66 #define KTR_RUNQ 0x00400000 /* Run queue */ macro
|