Searched defs:spin_lock_irqsave (Results 1 – 3 of 3) sorted by relevance
92 #define spin_lock_irqsave(SPINLOCK, FLAGS) \ macro
127 #define spin_lock_irqsave(l, f) \ macro
155 #define spin_lock_irqsave(lock, flags) mtx_enter(lock) macro223 #define spin_lock_irqsave(lock, flags) mutex_enter(lock) macro