Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dsys_ulock.c108 #define ull_assert_notwned(ull) lck_ticket_assert_not_owned(&ull->ull_lock) macro
116 #define ull_assert_notwned(ull) LCK_SPIN_ASSERT(&ull->ull_lock, LCK_ASSERT_NOTOWNED) macro