Searched refs:_spin_unlock_bh (Results 1 – 3 of 3) sorted by relevance
46 void __lockfunc _spin_unlock_bh(spinlock_t *lock) __releases(spinlock_t);
71 #define _spin_unlock_bh(lock) __UNLOCK_BH(lock) macro
229 #define spin_unlock_bh(lock) _spin_unlock_bh(lock)