Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dspinlock_api_up.h36 #define __LOCK_IRQ(lock) \ macro
66 #define _raw_spin_lock_irq(lock) __LOCK_IRQ(lock)
67 #define _raw_read_lock_irq(lock) __LOCK_IRQ(lock)
68 #define _raw_write_lock_irq(lock) __LOCK_IRQ(lock)