Searched refs:_raw_read_unlock (Results 1 – 4 of 4) sorted by relevance
30 void __lockfunc _raw_read_unlock(rwlock_t *lock) __releases(lock);84 #define _raw_read_unlock(lock) __raw_read_unlock(lock) macro
76 #define _raw_read_unlock(lock) __UNLOCK(lock) macro
105 #define read_unlock(lock) _raw_read_unlock(lock)
253 void __lockfunc _raw_read_unlock(rwlock_t *lock) in _raw_read_unlock() function257 EXPORT_SYMBOL(_raw_read_unlock);