Home
last modified time | relevance | path

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

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