Home
last modified time | relevance | path

Searched defs:read_unlock_bh (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Drwlock_rt.h65 static __always_inline void read_unlock_bh(rwlock_t *rwlock) in read_unlock_bh() function
H A Drwlock.h106 #define read_unlock_bh(lock) _raw_read_unlock_bh(lock) macro