Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Dqrwlock.h69 * queued_read_lock - acquire read lock of a queue rwlock
72 static inline void queued_read_lock(struct qrwlock *lock) in queued_read_lock() function
123 #define arch_read_lock(l) queued_read_lock(l)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dqrwlock.h75 * queued_read_lock - acquire read lock of a queued rwlock
78 static inline void queued_read_lock(struct qrwlock *lock) in queued_read_lock() function
139 #define arch_read_lock(l) queued_read_lock(l)

Completed in 2 milliseconds