Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_timeout.c164 struct mtx_padalign cc_lock; member
202 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock)
203 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock)
204 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED)
322 mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN | MTX_RECURSE); in callout_cpu_init()
454 mtx_lock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()
558 mtx_unlock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()
1315 &cc->cc_lock.lock_object, "codrain",