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

/linux-master/include/asm-generic/
H A Dqrwlock.h40 * queued_read_trylock - try to acquire read lock of a queued rwlock
44 static inline int queued_read_trylock(struct qrwlock *lock) function
141 #define arch_read_trylock(l) queued_read_trylock(l)

Completed in 110 milliseconds