Home
last modified time | relevance | path

Searched defs:local_cmpxchg (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/asm-generic/
Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) macro
/linux-6.1.9/arch/x86/include/asm/
Dlocal.h123 #define local_cmpxchg(l, o, n) \ macro
/linux-6.1.9/arch/loongarch/include/asm/
Dlocal.h59 #define local_cmpxchg(l, o, n) \ macro
/linux-6.1.9/arch/mips/include/asm/
Dlocal.h97 #define local_cmpxchg(l, o, n) \ macro
/linux-6.1.9/arch/alpha/include/asm/
Dlocal.h55 #define local_cmpxchg(l, o, n) \ macro
/linux-6.1.9/arch/powerpc/include/asm/
Dlocal.h79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() function