Searched refs:_raw_read_unlock (Results 1 – 3 of 3) 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)