Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dspinlock.h14 #define spin_lock_bh(lock) do { local_bh_disable(); spin_lock(lock); } while (0) macro
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h358 #define spin_lock_bh(lock) do {start_bh_atomic();spin_lock(lock);}while(0) macro