Home
last modified time | relevance | path

Searched defs:spin_unlock_bh (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dspinlock.h26 #define spin_unlock_bh(lock) do { spin_unlock(lock); local_bh_enable(); } while (0) macro
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h359 #define spin_unlock_bh(lock) do {spin_unlock(lock);end_bh_atomic();}while(0) macro