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

/linux-master/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) function
145 #define arch_rwlock_is_contended(l) queued_rwlock_is_contended(l)

Completed in 157 milliseconds