Searched refs:KTR_TSLEEP (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | kern_synch.c | 93 #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/ |
| HD | options | 544 KTR_TSLEEP opt_ktr.h
|
| /dragonfly/sys/config/ |
| HD | LINT64 | 2262 #options KTR_TSLEEP
|