Searched refs:__LOCK_BH (Results 1 – 1 of 1) sorted by relevance
30 #define __LOCK_BH(lock) \ macro55 #define _spin_lock_bh(lock) __LOCK_BH(lock)56 #define _read_lock_bh(lock) __LOCK_BH(lock)57 #define _write_lock_bh(lock) __LOCK_BH(lock)67 #define _spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; })