Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwlock_rt.h76 static __always_inline void read_unlock_irqrestore(rwlock_t *rwlock, in read_unlock_irqrestore() function
H A Drwlock.h101 #define read_unlock_irqrestore(lock, flags) \ macro