Home
last modified time | relevance | path

Searched refs:_oldp (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
64 union __u128_halves o = { .full = *(_oldp), }, \
76 *(_oldp) = o.full; \
/linux/scripts/atomic/
H A Dgen-atomic-fallback.sh233 typeof(*(_ptr)) *___op = (_oldp), ___o = *___op, ___r; \\