Searched refs:__UNLOCK_BH (Results 1 – 1 of 1) sorted by relevance
33 #define __UNLOCK_BH(lock) do { preempt_enable_no_resched(); local_bh_enable(); __release(lock); (… macro59 #define _spin_unlock_bh(lock) __UNLOCK_BH(lock)60 #define _write_unlock_bh(lock) __UNLOCK_BH(lock)61 #define _read_unlock_bh(lock) __UNLOCK_BH(lock)