Searched defs:spin_lock_bh (Results 1 – 2 of 2) sorted by relevance
14 #define spin_lock_bh(lock) do { local_bh_disable(); spin_lock(lock); } while (0) macro
358 #define spin_lock_bh(lock) do {start_bh_atomic();spin_lock(lock);}while(0) macro