Searched refs:__LOCK_IRQ (Results 1 – 1 of 1) sorted by relevance
27 #define __LOCK_IRQ(lock) do { local_irq_disable(); __LOCK(lock); } while (0) macro46 #define _spin_lock_irq(lock) __LOCK_IRQ(lock)47 #define _read_lock_irq(lock) __LOCK_IRQ(lock)48 #define _write_lock_irq(lock) __LOCK_IRQ(lock)