Home
last modified time | relevance | path

Searched refs:queued_read_unlock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dqrwlock.h99 * queued_read_unlock - release read lock of a queue rwlock
102 static inline void queued_read_unlock(struct qrwlock *lock) in queued_read_unlock() function
127 #define arch_read_unlock(l) queued_read_unlock(l)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dqrwlock.h105 * queued_read_unlock - release read lock of a queued rwlock
108 static inline void queued_read_unlock(struct qrwlock *lock) in queued_read_unlock() function
143 #define arch_read_unlock(l) queued_read_unlock(l)

Completed in 1 milliseconds