Searched refs:_raw_read_unlock (Results 1 – 4 of 4) sorted by relevance
31 void __lockfunc _raw_read_unlock(rwlock_t *lock) __releases(lock);85 #define _raw_read_unlock(lock) __raw_read_unlock(lock) macro
77 #define _raw_read_unlock(lock) __UNLOCK(lock) macro
96 #define read_unlock(lock) _raw_read_unlock(lock)
258 noinline void __lockfunc _raw_read_unlock(rwlock_t *lock) in _raw_read_unlock() function262 EXPORT_SYMBOL(_raw_read_unlock);