Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_synch.c93 #if !defined(KTR_TSLEEP)
94 #define KTR_TSLEEP KTR_ALL macro
97 KTR_INFO(KTR_TSLEEP, tsleep, tsleep_beg, 0, "tsleep enter %p", const volatile void *ident);
98 KTR_INFO(KTR_TSLEEP, tsleep, tsleep_end, 1, "tsleep exit");
99 KTR_INFO(KTR_TSLEEP, tsleep, wakeup_beg, 2, "wakeup enter %p", const volatile void *ident);
100 KTR_INFO(KTR_TSLEEP, tsleep, wakeup_end, 3, "wakeup exit");
101 KTR_INFO(KTR_TSLEEP, tsleep, ilockfail, 4, "interlock failed %p", const volatile void *ident);
/dragonfly/sys/conf/
HDoptions544 KTR_TSLEEP opt_ktr.h
/dragonfly/sys/config/
HDLINT642262 #options KTR_TSLEEP