Home
last modified time | relevance | path

Searched refs:_spin_lock_bh (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dspinlock_api_smp.h27 void __lockfunc _spin_lock_bh(spinlock_t *lock) __acquires(spinlock_t);
Dspinlock_api_up.h55 #define _spin_lock_bh(lock) __LOCK_BH(lock) macro
Dspinlock.h196 #define spin_lock_bh(lock) _spin_lock_bh(lock)