Searched refs:_spin_lock_bh (Results 1 – 3 of 3) sorted by relevance
27 void __lockfunc _spin_lock_bh(spinlock_t *lock) __acquires(spinlock_t);
55 #define _spin_lock_bh(lock) __LOCK_BH(lock) macro
196 #define spin_lock_bh(lock) _spin_lock_bh(lock)