Searched defs:pold (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_atomic.h | 49 #define try_cmpxchg(p, pold, new) \ argument 58 #define try_cmpxchg_relaxed(p, pold, new) try_cmpxchg(p, pold, new) argument 60 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new) argument 134 #define atomic_try_cmpxchg_relaxed(p, pold, new) \ argument 137 atomic_try_cmpxchg_acquire(p,pold,new) global() argument [all...] |
/linux/arch/x86/include/asm/ |
H A D | cmpxchg.h | 221 #define __try_cmpxchg(ptr, pold, new, size) \ argument 224 #define __sync_try_cmpxchg(ptr, pold, new, size) \ argument 227 #define __try_cmpxchg_local(ptr, pold, new, size) \ argument 230 #define arch_try_cmpxchg(ptr, pold, new) \ argument 233 #define arch_sync_try_cmpxchg(ptr, pold, new) \ argument 236 arch_try_cmpxchg_local(ptr,pold,new) global() argument [all...] |
/linux/arch/x86/kvm/vmx/ |
H A D | posted_intr.c | 43 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control() argument
|
/linux/include/net/ |
H A D | sch_generic.h | 1224 struct Qdisc **pold) in qdisc_replace() argument
|