Home
last modified time | relevance | path

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

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