Home
last modified time | relevance | path

Searched refs:try_cmpxchg_tail (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/bpf/
H A Drqspinlock.h28 static __always_inline bool try_cmpxchg_tail(struct qspinlock *lock, u32 tail, u32 new_tail) in try_cmpxchg_tail() function
H A Drqspinlock.c604 if (!try_cmpxchg_tail(lock, tail, 0)) { in resilient_queued_spin_lock_slowpath()