Searched refs:_raw_read_unlock_irq (Results 1 – 3 of 3) sorted by relevance
34 void __lockfunc _raw_read_unlock_irq(rwlock_t *lock) __releases(lock);100 #define _raw_read_unlock_irq(lock) __raw_read_unlock_irq(lock) macro
82 #define _raw_read_unlock_irq(lock) __UNLOCK_IRQ(lock) macro
107 #define read_unlock_irq(lock) _raw_read_unlock_irq(lock)