Searched refs:__UNLOCK_IRQ (Results 1 – 1 of 1) sorted by relevance
35 #define __UNLOCK_IRQ(lock) do { local_irq_enable(); __UNLOCK(lock); } while (0) macro62 #define _spin_unlock_irq(lock) __UNLOCK_IRQ(lock)63 #define _read_unlock_irq(lock) __UNLOCK_IRQ(lock)64 #define _write_unlock_irq(lock) __UNLOCK_IRQ(lock)