Searched refs:_read_unlock (Results 1 – 4 of 4) sorted by relevance
109 extern void _read_unlock(rwlock_t *rw);116 #define read_unlock(rw) _read_unlock(rw)
188 extern __inline__ void _read_unlock(rwlock_t *rw) in _read_unlock() function204 _read_unlock(lock); \
126 void _read_unlock(rwlock_t *rw) in _read_unlock() function
233 EXPORT_SYMBOL(_read_unlock);