Searched defs:spin_trylock_irqsave (Results 1 – 2 of 2) sorted by relevance
33 #define spin_trylock_irqsave(_mtxp, _flags) \ macro
117 #define spin_trylock_irqsave(l, f) mtx_enter_try(l) macro