Searched refs:__LOCK_BH (Results 1 – 1 of 1) sorted by relevance
33 #define __LOCK_BH(lock) \ macro63 #define _raw_spin_lock_bh(lock) __LOCK_BH(lock)64 #define _raw_read_lock_bh(lock) __LOCK_BH(lock)65 #define _raw_write_lock_bh(lock) __LOCK_BH(lock)75 #define _raw_spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; })