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