Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c203 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED) macro
346 CC_LOCK_ASSERT(cc); in callout_cpu_switch()
591 CC_LOCK_ASSERT(cc); in callout_cc_add()
652 CC_LOCK_ASSERT(cc); in softclock_call_cc()