Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_switch.c307 CTR3(KTR_RUNQ, "runq_findbit: bits=%#x i=%d pri=%d", in runq_findbit()
333 CTR3(KTR_RUNQ, "runq_findbit_from: bits=%#x i=%d pri=%d", in runq_findbit_from()
378 CTR4(KTR_RUNQ, "runq_add: td=%p pri=%d %d rqh=%p", in runq_add()
418 CTR2(KTR_RUNQ, "runq_check: bits=%#x i=%d", in runq_check()
422 CTR0(KTR_RUNQ, "runq_check: empty"); in runq_check()
460 CTR3(KTR_RUNQ, in runq_choose_fuzz()
464 CTR1(KTR_RUNQ, "runq_choose_fuzz: idleproc pri=%d", pri); in runq_choose_fuzz()
483 CTR3(KTR_RUNQ, in runq_choose()
487 CTR1(KTR_RUNQ, "runq_choose: idlethread pri=%d", pri); in runq_choose()
503 CTR4(KTR_RUNQ, in runq_choose_from()
[all …]
H A Dsched_4bsd.c1139 CTR0(KTR_RUNQ, "forward_wakeup()"); in forward_wakeup()
1340 CTR3(KTR_RUNQ, in sched_add()
1344 CTR2(KTR_RUNQ, in sched_add()
1412 CTR2(KTR_RUNQ, "sched_add: adding td_sched:%p (td:%p) to runq", ts, td);
1472 CTR2(KTR_RUNQ, "choosing td %p from pcpu runq %d", tdcpu, in sched_choose()
1477 CTR1(KTR_RUNQ, "choosing td_sched %p from main runq", td); in sched_choose()
/f-stack/freebsd/sys/
H A Dktr_class.h67 #define KTR_RUNQ 0x00400000 /* Run queue */ macro