Searched refs:__LOCK_BH (Results 1 – 1 of 1) sorted by relevance
25 #define __LOCK_BH(lock) do { local_bh_disable(); __LOCK(lock); } while (0) macro43 #define _spin_lock_bh(lock) __LOCK_BH(lock)44 #define _read_lock_bh(lock) __LOCK_BH(lock)45 #define _write_lock_bh(lock) __LOCK_BH(lock)55 #define _spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; })