Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/asm-generic/
H A Dqrwlock.h126 * queued_rwlock_is_contended - check if the lock is contended
130 static inline int queued_rwlock_is_contended(struct qrwlock *lock) in queued_rwlock_is_contended() function
145 #define arch_rwlock_is_contended(l) queued_rwlock_is_contended(l)

Completed in 1 milliseconds