Searched refs:KTR_COUNTER0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | ktr.h | 176 #define KTR_COUNTER0(m, egroup, ident, counter) \ macro
|
/freebsd/sys/kern/ |
H A D | sched_4bsd.c | 286 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt); in sched_load_add() 295 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt); in sched_load_rem()
|
H A D | sched_ule.c | 565 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load); in tdq_load_add() 585 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load); in tdq_load_rem()
|