Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dspinlock_api_up.h52 #define __UNLOCK_IRQ(lock) \ macro
81 #define _raw_spin_unlock_irq(lock) __UNLOCK_IRQ(lock)
82 #define _raw_read_unlock_irq(lock) __UNLOCK_IRQ(lock)
83 #define _raw_write_unlock_irq(lock) __UNLOCK_IRQ(lock)