Home
last modified time | relevance | path

Searched defs:KERNEL_ASSERT_UNLOCKED (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/sys/
H A Dsystm.h422 #define KERNEL_ASSERT_UNLOCKED() KASSERT(panicstr || db_active || !_kernel_lock_held()) macro
430 #define KERNEL_ASSERT_UNLOCKED() /* nothing */ macro