Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_4bsd.c1326 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq add", in sched_add()
1422 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq add",
1466 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq rem", in sched_rem()
H A Dsched_ule.c2764 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq add", in sched_add()
/freebsd/sys/sys/
H A Dktr.h163 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ macro