Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_switch.c254 CTR4(KTR_RUNQ, "runq_clrbit: bits=%#x %#x bit=%#x word=%d", in runq_clrbit()
276 CTR3(KTR_RUNQ, "runq_findbit: bits=%#x i=%d pri=%d", in runq_findbit()
302 CTR3(KTR_RUNQ, "runq_findbit_from: bits=%#x i=%d pri=%d", in runq_findbit_from()
326 CTR4(KTR_RUNQ, "runq_setbit: bits=%#x %#x bit=%#x word=%d", in runq_setbit()
347 CTR4(KTR_RUNQ, "runq_add: td=%p pri=%d %d rqh=%p", in runq_add()
365 CTR4(KTR_RUNQ, "runq_add_pri: td=%p pri=%d idx=%d rqh=%p", in runq_add_pri()
387 CTR2(KTR_RUNQ, "runq_check: bits=%#x i=%d", in runq_check()
391 CTR0(KTR_RUNQ, "runq_check: empty"); in runq_check()
429 CTR3(KTR_RUNQ, in runq_choose_fuzz()
433 CTR1(KTR_RUNQ, "runq_choose_fuzz: idleproc pri=%d", pri); in runq_choose_fuzz()
[all …]
HDsched_4bsd.c1117 CTR0(KTR_RUNQ, "forward_wakeup()"); in forward_wakeup()
1316 CTR3(KTR_RUNQ, in sched_add()
1320 CTR2(KTR_RUNQ, in sched_add()
1385 CTR2(KTR_RUNQ, "sched_add: adding td_sched:%p (td:%p) to runq", ts, td);
1455 CTR2(KTR_RUNQ, "choosing td %p from pcpu runq %d", tdcpu, in sched_choose()
1460 CTR1(KTR_RUNQ, "choosing td_sched %p from main runq", td); in sched_choose()
/trueos/sys/sys/
HDktr.h69 #define KTR_RUNQ 0x00400000 /* Run queue */ macro