Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dsmp.c413 while (raw_atomic_cmpxchg(&__nmi_ipi_lock, 0, 1) == 1) { in nmi_ipi_lock_start()
423 while (raw_atomic_cmpxchg(&__nmi_ipi_lock, 0, 1) == 1) in nmi_ipi_lock()
/linux-6.15/include/linux/atomic/
H A Datomic-long.h1367 return raw_atomic_cmpxchg(v, old, new); in raw_atomic_long_cmpxchg()
H A Datomic-arch-fallback.h2015 raw_atomic_cmpxchg(atomic_t *v, int old, int new) in raw_atomic_cmpxchg() function
2139 r = raw_atomic_cmpxchg(v, o, new); in raw_atomic_try_cmpxchg()
H A Datomic-instrumented.h1196 return raw_atomic_cmpxchg(v, old, new); in atomic_cmpxchg()