Searched refs:raw_atomic_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/powerpc/kernel/ |
D | smp.c | 421 while (raw_atomic_cmpxchg(&__nmi_ipi_lock, 0, 1) == 1) { in nmi_ipi_lock_start() 431 while (raw_atomic_cmpxchg(&__nmi_ipi_lock, 0, 1) == 1) in nmi_ipi_lock()
|
/linux-6.6.21/include/linux/atomic/ |
D | atomic-long.h | 1366 return raw_atomic_cmpxchg(v, old, new); in raw_atomic_long_cmpxchg()
|
D | atomic-arch-fallback.h | 2001 raw_atomic_cmpxchg(atomic_t *v, int old, int new) in raw_atomic_cmpxchg() function 2121 r = raw_atomic_cmpxchg(v, o, new); in raw_atomic_try_cmpxchg()
|
D | atomic-instrumented.h | 1195 return raw_atomic_cmpxchg(v, old, new); in atomic_cmpxchg()
|