Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h388 #define mtx_unlock_spin(m) mtx_unlock_spin_flags((m), 0)
454 #define mtx_unlock_spin_flags(m, opts) \ macro
/f-stack/freebsd/kern/
H A Dkern_timeout.c532 mtx_unlock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()