Home
last modified time | relevance | path

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

/openbmc/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.c514 val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); in queued_spin_lock_slowpath()
/openbmc/linux/include/linux/
H A Datomic.h28 #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) macro
/openbmc/linux/include/asm-generic/
H A Dspinlock.h49 atomic_cond_read_acquire(lock, ticket == (u16)VAL); in arch_spin_lock()
/openbmc/linux/include/linux/atomic/
H A Datomic-long.h20 #define atomic_long_cond_read_acquire atomic_cond_read_acquire
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c2315 atomic_cond_read_acquire(&bp_desc.refs, !VAL); in text_poke_bp_batch()