Home
last modified time | relevance | path

Searched refs:atomic_cond_read_acquire (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/locking/
H A Dqrwlock.c33 atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); in queued_read_lock_slowpath()
51 atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); in queued_read_lock_slowpath()
/linux/include/linux/
H A Datomic.h28 #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) macro
/linux/include/asm-generic/
H A Dticket_spinlock.h49 atomic_cond_read_acquire(&lock->val, ticket == (u16)VAL); in ticket_spin_lock()