Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_timeout.c207 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED) macro
350 CC_LOCK_ASSERT(cc); in callout_cpu_switch()
595 CC_LOCK_ASSERT(cc); in callout_cc_add()