|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | _atomic_spin_lock_irqsave(l, f) do { local_irq_save(f); } while (0) |
| #define | _atomic_spin_unlock_irqrestore(l, f) do { local_irq_restore(f); } while (0) |
| #define _atomic_spin_lock_irqsave | ( | l, | |
| f | |||
| ) | do { local_irq_save(f); } while (0) |
1.8.2