Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dqspinlock.h26 #ifndef _Q_PENDING_LOOPS
27 #define _Q_PENDING_LOOPS 1 macro
H A Dqspinlock.c151 int cnt = _Q_PENDING_LOOPS; in queued_spin_lock_slowpath()
/linux-6.15/arch/riscv/include/asm/
H A Dspinlock.h7 #define _Q_PENDING_LOOPS (1 << 9) macro
/linux-6.15/arch/x86/include/asm/
H A Dqspinlock.h11 #define _Q_PENDING_LOOPS (1 << 9) macro
/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_arena_spin_lock.h61 #define _Q_PENDING_LOOPS 1 macro
249 int cnt = _Q_PENDING_LOOPS; in arena_spin_lock_slowpath()
/linux-6.15/kernel/bpf/
H A Drqspinlock.c369 int cnt = _Q_PENDING_LOOPS; in resilient_queued_spin_lock_slowpath()