Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
Dbpf_atomic.h49 #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 #define atomic_try_cmpxchg_acquire(p, pold, new) \ argument
/linux-6.15/arch/x86/include/asm/
Dcmpxchg.h221 #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 #define arch_try_cmpxchg_local(ptr, pold, new) \ argument
/linux-6.15/arch/x86/kvm/vmx/
Dposted_intr.c41 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control()
/linux-6.15/drivers/input/
Dinput.c161 int *pold; in input_handle_abs_event() local
/linux-6.15/include/net/
Dsch_generic.h1224 struct Qdisc **pold) in qdisc_replace()
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.c957 unsigned char *new, *old, *pold; in svm_range_split_array() local