Home
last modified time | relevance | path

Searched refs:atomic_cond_read_acquire (Results 1 – 5 of 5) 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()
H A Dqspinlock.c317 * atomic_cond_read_acquire() call. As the next PV queue head hasn't in queued_spin_lock_slowpath()
328 val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); in queued_spin_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()
/linux/arch/x86/kernel/
H A Dalternative.c3020 atomic_cond_read_acquire(refs, !VAL); in smp_text_poke_batch_finish()