Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg.h221 #define __try_cmpxchg(ptr, pold, new, size) \ argument
224 #define __try_cmpxchg_local(ptr, pold, new, size) \ argument
227 #define arch_try_cmpxchg(ptr, pold, new) \ argument
230 #define arch_try_cmpxchg_local(ptr, pold, new) \ argument
H A Dcmpxchg_32.h48 static inline bool __try_cmpxchg64(volatile u64 *ptr, u64 *pold, u64 new) in __try_cmpxchg64()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c39 static int pi_try_set_control(struct pi_desc *pi_desc, u64 *pold, u64 new) in pi_try_set_control()
/openbmc/linux/drivers/input/
H A Dinput.c195 int *pold; in input_handle_abs_event() local
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c901 unsigned char *new, *old, *pold; in svm_range_split_array() local
/openbmc/linux/include/net/
H A Dsch_generic.h1177 struct Qdisc **pold) in qdisc_replace()