Home
last modified time | relevance | path

Searched refs:__LOCK_IRQ (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/linux/
Dspinlock_api_up.h36 #define __LOCK_IRQ(lock) \ macro
65 #define _raw_spin_lock_irq(lock) __LOCK_IRQ(lock)
66 #define _raw_read_lock_irq(lock) __LOCK_IRQ(lock)
67 #define _raw_write_lock_irq(lock) __LOCK_IRQ(lock)