Home
last modified time | relevance | path

Searched refs:_old (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/include/asm/
H A Duaccess.h375 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
376 __typeof__(*(_ptr)) __old = *_old; \
388 *_old = __old; \
394 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
395 __typeof__(*(_ptr)) __old = *_old; \
408 *_old = __old; \
415 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
416 __typeof__(*(_ptr)) __old = *_old; \
432 *_old = __old; \
445 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
[all …]
H A Dcmpxchg_32.h17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument
19 union __u64_halves o = { .full = (_old), }, \
88 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument
90 union __u64_halves o = { .full = (_old), }, \
H A Dcmpxchg.h161 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
162 __typeof__(*(_ptr)) __old = *_old; \
213 *_old = __old; \
H A Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
38 union __u128_halves o = { .full = (_old), }, \
/linux/arch/s390/lib/
H A Duaccess.c210 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key1() local
215 _old = (unsigned int)old << shift; in __cmpxchg_user_key1()
218 rc = __cmpxchg_user_key_small(address, &prev, _old, _new, mask, key); in __cmpxchg_user_key1()
227 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key2() local
232 _old = (unsigned int)old << shift; in __cmpxchg_user_key2()
235 rc = __cmpxchg_user_key_small(address, &prev, _old, _new, mask, key); in __cmpxchg_user_key2()
/linux/include/linux/
H A Dalloc_tag.h253 struct alloc_tag * __maybe_unused _old; \
254 _old = alloc_tag_save(_tag); \
256 alloc_tag_restore(_tag, _old); \
H A Dsched.h2318 #define alloc_tag_restore(_tag, _old) do {} while (0) argument
/linux/drivers/clocksource/
H A Darm_arch_timer.c174 u64 _old, _new; \
178 _old = read_sysreg(reg); \
181 } while (unlikely(_old != _new) && _retries); \
210 u64 _old, _new; \
214 _old = read_sysreg(reg); \
217 } while (unlikely((_new - _old) >> 5) && _retries); \
/linux/rust/kernel/block/mq/
H A Drequest.rs105 if let Err(_old) = this in try_set_end()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.h493 estats->s -= qstats_old->s##_old; \
494 qstats_old->s##_old = qstats->s; \
/linux/drivers/net/
H A Dnet_failover.c154 const struct rtnl_link_stats64 *_old) in net_failover_fold_stats() argument
157 const u64 *old = (const u64 *)_old; in net_failover_fold_stats()
/linux/drivers/net/bonding/
H A Dbond_main.c4424 const struct rtnl_link_stats64 *_old) in bond_fold_stats() argument
4427 const u64 *old = (const u64 *)_old; in bond_fold_stats()