Home
last modified time | relevance | path

Searched defs:_raw_write_unlock_bh (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Drwlock_api_smp.h96 #define _raw_write_unlock_bh(lock) __raw_write_unlock_bh(lock) macro
H A Dspinlock_api_up.h79 #define _raw_write_unlock_bh(lock) __UNLOCK_BH(lock) macro
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dspinlock.c349 void __lockfunc _raw_write_unlock_bh(rwlock_t *lock) in _raw_write_unlock_bh() function