Searched defs:local_try_cmpxchg (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h45 #define local_try_cmpxchg(l, po, n) atomic_long_try_cmpxchg((&(l)->a), (po), (n)) macro
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h93 static __inline__ bool local_try_cmpxchg(local_t *l, long *po, long n) function
/linux-master/arch/alpha/include/asm/
H A Dlocal.h60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) function
/linux-master/arch/mips/include/asm/
H A Dlocal.h102 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) function
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) function
/linux-master/arch/x86/include/asm/
H A Dlocal.h128 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) function

Completed in 149 milliseconds