Searched refs:pold (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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.10/drivers/input/ |
D | input.c | 216 int *pold; in input_handle_abs_event() local 232 pold = &dev->absinfo[code].value; in input_handle_abs_event() 234 pold = &mt->slots[mt->slot].abs[code - ABS_MT_FIRST]; in input_handle_abs_event() 240 pold = NULL; in input_handle_abs_event() 243 if (pold) { in input_handle_abs_event() 244 *pval = input_defuzz_abs_event(*pval, *pold, in input_handle_abs_event() 246 if (*pold == *pval) in input_handle_abs_event() 249 *pold = *pval; in input_handle_abs_event()
|
/Linux-v5.10/include/net/ |
D | sch_generic.h | 1150 struct Qdisc **pold) in qdisc_replace() argument 1155 old = *pold; in qdisc_replace() 1156 *pold = new; in qdisc_replace()
|