Searched refs:pold (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | cmpxchg.h | 221 #define __try_cmpxchg(ptr, pold, new, size) \ argument 222 __raw_try_cmpxchg((ptr), (pold), (new), (size), LOCK_PREFIX) 224 #define try_cmpxchg(ptr, pold, new) \ argument 225 __try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))
|
/Linux-v4.19/drivers/input/ |
D | input.c | 218 int *pold; in input_handle_abs_event() local 234 pold = &dev->absinfo[code].value; in input_handle_abs_event() 236 pold = &mt->slots[mt->slot].abs[code - ABS_MT_FIRST]; in input_handle_abs_event() 242 pold = NULL; in input_handle_abs_event() 245 if (pold) { in input_handle_abs_event() 246 *pval = input_defuzz_abs_event(*pval, *pold, in input_handle_abs_event() 248 if (*pold == *pval) in input_handle_abs_event() 251 *pold = *pval; in input_handle_abs_event()
|
/Linux-v4.19/include/net/ |
D | sch_generic.h | 990 struct Qdisc **pold) in qdisc_replace() argument 995 old = *pold; in qdisc_replace() 996 *pold = new; in qdisc_replace()
|