Home
last modified time | relevance | path

Searched refs:pold (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcmpxchg.h221 #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)))
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput.c227 int *pold; in input_handle_abs_event() local
243 pold = &dev->absinfo[code].value; in input_handle_abs_event()
245 pold = &mt->slots[mt->slot].abs[code - ABS_MT_FIRST]; in input_handle_abs_event()
251 pold = NULL; in input_handle_abs_event()
254 if (pold) { in input_handle_abs_event()
255 *pval = input_defuzz_abs_event(*pval, *pold, in input_handle_abs_event()
257 if (*pold == *pval) in input_handle_abs_event()
260 *pold = *pval; in input_handle_abs_event()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h1187 struct Qdisc **pold) in qdisc_replace() argument
1192 old = *pold; in qdisc_replace()
1193 *pold = new; in qdisc_replace()