Searched refs:try_cmpxchg_local (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/alpha/include/asm/
H A Dlocal.h62 return try_cmpxchg_local(&l->a.counter, (s64 *)old, new);
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h66 return try_cmpxchg_local(&l->a.counter,
/linux-master/arch/x86/include/asm/
H A Dlocal.h130 return try_cmpxchg_local(&l->a.counter,
/linux-master/arch/mips/include/asm/
H A Dlocal.h104 return try_cmpxchg_local(&l->a.counter,
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h5016 #define try_cmpxchg_local(ptr, oldp, ...) \ macro

Completed in 189 milliseconds