Home
last modified time | relevance | path

Searched defs:pold (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbpf_atomic.h
/linux/arch/x86/include/asm/
H A Dcmpxchg.h217 #define __try_cmpxchg(ptr, pold, new, size) \ argument
220 #define __sync_try_cmpxchg(ptr, pold, new, size) \ argument
223 #define __try_cmpxchg_local(ptr, pold, new, size) \ argument
226 #define arch_try_cmpxchg(ptr, pold, new) \ argument
229 #define arch_sync_try_cmpxchg(ptr, pold, new) \ argument
232 #define arch_try_cmpxchg_local(ptr, pold, new) \ argument
/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c43 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control()