Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwlock_rt.h60 static __always_inline void read_unlock(rwlock_t *rwlock) in read_unlock() function
H A Drwlock.h96 #define read_unlock(lock) _raw_read_unlock(lock) macro