Searched refs:_raw_read_lock_bh (Results 1 – 3 of 3) sorted by relevance
20 void __lockfunc _raw_read_lock_bh(rwlock_t *lock) __acquires(lock);52 #define _raw_read_lock_bh(lock) __raw_read_lock_bh(lock) macro
63 #define _raw_read_lock_bh(lock) __LOCK_BH(lock) macro
102 #define read_lock_bh(lock) _raw_read_lock_bh(lock)