Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dspinlock_api_smp.h28 void __lockfunc _read_lock_bh(rwlock_t *lock) __acquires(rwlock_t);
Dspinlock_api_up.h56 #define _read_lock_bh(lock) __LOCK_BH(lock) macro
Dspinlock.h199 #define read_lock_bh(lock) _read_lock_bh(lock)