Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c1296 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq add", in sched_add()
1392 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq add",
1436 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq rem", in sched_rem()
H A Dsched_ule.c2580 KTR_STATE2(KTR_SCHED, "thread", sched_tdname(td), "runq add", in sched_add()
/f-stack/freebsd/sys/
H A Dktr.h157 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ macro