Home
last modified time | relevance | path

Searched refs:queued_fetch_set_pending_acquire (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dqspinlock.h13 #define queued_fetch_set_pending_acquire queued_fetch_set_pending_acquire macro
14 static __always_inline u32 queued_fetch_set_pending_acquire(struct qspinlock *lock) in queued_fetch_set_pending_acquire() function
/linux-6.15/kernel/locking/
H A Dqspinlock.h183 #ifndef queued_fetch_set_pending_acquire
184 static __always_inline u32 queued_fetch_set_pending_acquire(struct qspinlock *lock) in queued_fetch_set_pending_acquire() function
H A Dqspinlock.c167 val = queued_fetch_set_pending_acquire(lock); in queued_spin_lock_slowpath()
/linux-6.15/kernel/bpf/
H A Drqspinlock.c385 val = queued_fetch_set_pending_acquire(lock); in resilient_queued_spin_lock_slowpath()