Home
last modified time | relevance | path

Searched refs:_Q_PENDING_MASK (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_arena_spin_lock.h82 #define _Q_PENDING_MASK _Q_SET_MASK(PENDING) macro
127 #define _Q_LOCKED_PENDING_MASK (_Q_LOCKED_MASK | _Q_PENDING_MASK)
278 if (!(val & _Q_PENDING_MASK)) in arena_spin_lock_slowpath()
/linux-6.15/include/asm-generic/
H A Dqspinlock_types.h79 #define _Q_PENDING_MASK _Q_SET_MASK(PENDING) macro
/linux-6.15/arch/x86/include/asm/
H A Dqspinlock.h25 val |= atomic_read(&lock->val) & ~_Q_PENDING_MASK; in queued_fetch_set_pending_acquire()
/linux-6.15/kernel/locking/
H A Dqspinlock_paravirt.h96 if (!(val & _Q_TAIL_MASK) || (val & _Q_PENDING_MASK)) in pv_hybrid_queued_unfair_trylock()
144 new = (old & ~_Q_PENDING_MASK) | _Q_LOCKED_VAL; in trylock_clear_pending()
H A Dqspinlock.h77 #define _Q_LOCKED_PENDING_MASK (_Q_LOCKED_MASK | _Q_PENDING_MASK)
H A Dqspinlock.c179 if (!(val & _Q_PENDING_MASK)) in queued_spin_lock_slowpath()
/linux-6.15/kernel/bpf/
H A Drqspinlock.c397 if (!(val & _Q_PENDING_MASK)) in resilient_queued_spin_lock_slowpath()