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