Searched refs:_raw_read_unlock_irqrestore (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dspinlock_api_up.h87 #define _raw_read_unlock_irqrestore(lock, flags) \ macro
H A Drwlock_api_smp.h38 _raw_read_unlock_irqrestore(rwlock_t *lock, unsigned long flags)
109 #define _raw_read_unlock_irqrestore(lock, flags) \ macro
H A Drwlock.h104 _raw_read_unlock_irqrestore(lock, flags); \
/linux-master/kernel/locking/
H A Dspinlock.c266 noinline void __lockfunc _raw_read_unlock_irqrestore(rwlock_t *lock, unsigned long flags) function
270 EXPORT_SYMBOL(_raw_read_unlock_irqrestore); variable

Completed in 1209 milliseconds