Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwlock_api_smp.h93 #define _raw_read_unlock_bh(lock) __raw_read_unlock_bh(lock)
253 static inline void __raw_read_unlock_bh(rwlock_t *lock) in __raw_read_unlock_bh() function
/openbmc/linux/kernel/locking/
H A Dspinlock.c284 __raw_read_unlock_bh(lock); in _raw_read_unlock_bh()