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