Lines Matching defs:old
398 __uint128_t old, __uint128_t new,
410 _old = ((unsigned int)old & 0xff) << shift;
458 _old = ((unsigned int)old & 0xffff) << shift;
501 unsigned int prev = old;
522 unsigned long prev = old;
543 __uint128_t prev = old;
570 * @ptr: User space address of value to compare to @old and exchange with
572 * @uval: Address where the old value of *@ptr is written to.
573 * @old: Old value. Compared to the content pointed to by @ptr in order to
574 * determine if the exchange occurs. The old value read from *@ptr is
582 * The caller must compare *@uval and @old to determine if values have been
589 #define cmpxchg_user_key(ptr, uval, old, new, key) \
598 (old), (new), (key), sizeof(*(__ptr))); \