Searched refs:mtx_lock_spin_flags (Results 1 – 3 of 3) sorted by relevance
384 #define mtx_lock_spin(m) mtx_lock_spin_flags((m), 0)452 #define mtx_lock_spin_flags(m, opts) \ macro
429 mtx_lock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()
302 #define TDQ_LOCK_FLAGS(t, f) mtx_lock_spin_flags(TDQ_LOCKPTR((t)), (f))