Searched refs:pold (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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-v5.4/drivers/input/ |
D | input.c | 215 int *pold; in input_handle_abs_event() local 231 pold = &dev->absinfo[code].value; in input_handle_abs_event() 233 pold = &mt->slots[mt->slot].abs[code - ABS_MT_FIRST]; in input_handle_abs_event() 239 pold = NULL; in input_handle_abs_event() 242 if (pold) { in input_handle_abs_event() 243 *pval = input_defuzz_abs_event(*pval, *pold, in input_handle_abs_event() 245 if (*pold == *pval) in input_handle_abs_event() 248 *pold = *pval; in input_handle_abs_event()
|
/Linux-v5.4/include/net/ |
D | sch_generic.h | 1162 struct Qdisc **pold) in qdisc_replace() argument 1167 old = *pold; in qdisc_replace() 1168 *pold = new; in qdisc_replace()
|