Home
last modified time | relevance | path

Searched refs:__raw_read_unlock_bh (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Drwlock_api_smp.h92 #define _raw_read_unlock_bh(lock) __raw_read_unlock_bh(lock)
247 static inline void __raw_read_unlock_bh(rwlock_t *lock) in __raw_read_unlock_bh() function
/Linux-v5.4/kernel/locking/
Dspinlock.c279 __raw_read_unlock_bh(lock); in _raw_read_unlock_bh()