Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/ !
Dsmp.c412 while (raw_atomic_cmpxchg(&__nmi_ipi_lock, 0, 1) == 1) { in nmi_ipi_lock_start()
422 while (raw_atomic_cmpxchg(&__nmi_ipi_lock, 0, 1) == 1) in nmi_ipi_lock()
/linux-6.12.1/include/linux/atomic/ !
Datomic-long.h1367 return raw_atomic_cmpxchg(v, old, new); in raw_atomic_long_cmpxchg()
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()
Datomic-instrumented.h1196 return raw_atomic_cmpxchg(v, old, new); in atomic_cmpxchg()