Home
last modified time | relevance | path

Searched defs:_spin (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
HDecore_sp.h104 #define ECORE_SPIN_LOCK_INIT(_spin, _sc) \ argument
106 #define ECORE_SPIN_LOCK_BH(_spin) mtx_lock(_spin) /* bh = bottom-half */ argument
107 #define ECORE_SPIN_UNLOCK_BH(_spin) mtx_unlock(_spin) /* bh = bottom-half */ argument