Searched refs:raw_atomic_cmpxchg (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | smp.c | 413 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 D | atomic-long.h | 1367 return raw_atomic_cmpxchg(v, old, new); in raw_atomic_long_cmpxchg()
|
| H A D | atomic-arch-fallback.h | 2015 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 D | atomic-instrumented.h | 1196 return raw_atomic_cmpxchg(v, old, new); in atomic_cmpxchg()
|