Searched refs:_read_lock_bh (Results 1 – 3 of 3) sorted by relevance
28 void __lockfunc _read_lock_bh(rwlock_t *lock) __acquires(rwlock_t);
56 #define _read_lock_bh(lock) __LOCK_BH(lock) macro
199 #define read_lock_bh(lock) _read_lock_bh(lock)