Home
last modified time | relevance | path

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

/linux-6.15/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; \
433 *_old = __old; \
447 __typeof__(*(_ptr)) __old = *_old; \
[all …]
H A Dcmpxchg_32.h17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument
19 union __u64_halves o = { .full = (_old), }, \
89 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument
91 union __u64_halves o = { .full = (_old), }, \
H A Dcmpxchg.h161 __typeof__(_ptr) _old = (__typeof__(_ptr))(_pold); \
162 __typeof__(*(_ptr)) __old = *_old; \
217 *_old = __old; \
H A Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
38 union __u128_halves o = { .full = (_old), }, \
/linux-6.15/include/linux/
H A Dalloc_tag.h241 struct alloc_tag * __maybe_unused _old; \
242 _old = alloc_tag_save(_tag); \
244 alloc_tag_restore(_tag, _old); \
H A Dsched.h2281 #define alloc_tag_restore(_tag, _old) do {} while (0) argument
/linux-6.15/arch/s390/include/asm/
H A Duaccess.h485 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
490 _old = ((unsigned int)old & 0xff) << shift; in __cmpxchg_user_key()
519 [tmp] "+&d" (_old), in __cmpxchg_user_key()
533 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
538 _old = ((unsigned int)old & 0xffff) << shift; in __cmpxchg_user_key()
567 [tmp] "+&d" (_old), in __cmpxchg_user_key()
/linux-6.15/fs/bcachefs/
H A Dbuckets.h264 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument
268 if (_old.k->type) \
269 ret = _fn(_trans, _btree_id, _level, _old, _flags & ~BTREE_TRIGGER_insert); \
/linux-6.15/drivers/clocksource/
H A Darm_arch_timer.c275 u64 _old, _new; \
279 _old = read_sysreg(reg); \
282 } while (unlikely(_old != _new) && _retries); \
311 u64 _old, _new; \
315 _old = read_sysreg(reg); \
318 } while (unlikely((_new - _old) >> 5) && _retries); \
/linux-6.15/rust/kernel/block/mq/
H A Drequest.rs102 if let Err(_old) = this.wrapper_ref().refcount().compare_exchange( in try_set_end()
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.h493 estats->s -= qstats_old->s##_old; \
494 qstats_old->s##_old = qstats->s; \
/linux-6.15/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-6.15/drivers/net/bonding/
H A Dbond_main.c4493 const struct rtnl_link_stats64 *_old) in bond_fold_stats() argument
4496 const u64 *old = (const u64 *)_old; in bond_fold_stats()