Home
last modified time | relevance | path

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

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