Searched defs:spin_unlock_bh (Results 1 – 2 of 2) sorted by relevance
26 #define spin_unlock_bh(lock) do { spin_unlock(lock); local_bh_enable(); } while (0) macro
359 #define spin_unlock_bh(lock) do {spin_unlock(lock);end_bh_atomic();}while(0) macro