/linux/arch/x86/include/asm/ |
H A D | cmpxchg_64.h | 36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument 39 n = { .full = (_new), }; \ 62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument 65 n = { .full = (_new), }; \
|
H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument 163 __typeof__(*(_ptr)) __new = (_new); \
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 99 scale_s_new = ((3')_new - (3)_new) / ((2') - (2)) 104 width_ceu = (4')_new - (4)_new = width_u / scale_s_new 105 left_ceu = (4)_new - (3)_new = ((5) - (2)) / scale_s_new
|
/linux/arch/s390/include/asm/ |
H A D | uaccess.h | 515 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 521 _new = ((unsigned int)new & 0xff) << shift; in __cmpxchg_user_key() 550 [new] "+&d" (_new), in __cmpxchg_user_key() 563 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 569 _new = ((unsigned int)new & 0xffff) << shift; in __cmpxchg_user_key() 598 [new] "+&d" (_new), in __cmpxchg_user_key()
|
/linux/drivers/clk/sophgo/ |
H A D | clk-cv18xx-common.h | 64 #define cv1800_clk_regfield_set(_val, _new, _reg) \ argument 66 (((_new) & GENMASK((_reg)->width - 1, 0)) << (_reg)->shift))
|
/linux/fs/bcachefs/ |
H A D | buckets.h | 288 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument 294 if (!ret && _new.k->type) \ 295 ret = _fn(_trans, _btree_id, _level, _new.s_c, _flags & ~BTREE_TRIGGER_overwrite);\
|
H A D | data_update.c | 181 struct bkey_buf _new, _insert; in __bch2_data_update_index_update() local 184 bch2_bkey_buf_init(&_new); in __bch2_data_update_index_update() 225 bch2_bkey_buf_copy(&_new, c, bch2_keylist_front(keys)); in __bch2_data_update_index_update() 226 new = bkey_i_to_extent(_new.k); in __bch2_data_update_index_update() 420 bch2_bkey_buf_exit(&_new, c); in __bch2_data_update_index_update()
|
H A D | ec.c | 384 struct bkey_s_c old, struct bkey_s _new, in bch2_trigger_stripe() argument 387 struct bkey_s_c new = _new.s_c; in bch2_trigger_stripe() 396 return bch2_check_fix_ptrs(trans, btree, level, _new.s_c, flags); in bch2_trigger_stripe()
|
/linux/drivers/clocksource/ |
H A D | arm_arch_timer.c | 275 u64 _old, _new; \ 280 _new = read_sysreg(reg); \ 282 } while (unlikely(_old != _new) && _retries); \ 285 _new; \ 311 u64 _old, _new; \ 316 _new = read_sysreg(reg); \ 318 } while (unlikely((_new - _old) >> 5) && _retries); \ 321 _new; \
|
/linux/scripts/atomic/ |
H A D | gen-atomic-fallback.sh | 234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\
|
/linux/drivers/net/ |
H A D | net_failover.c | 153 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats() argument 156 const u64 *new = (const u64 *)_new; in net_failover_fold_stats()
|
/linux/tools/lib/bpf/ |
H A D | bpf_helpers.h | 361 bpf_iter_##type##_new(&___it, ##args), \
|
/linux/tools/sched_ext/include/scx/ |
H A D | common.bpf.h | 358 static inline int bpf_iter_##name##_new( \
|
/linux/include/linux/ |
H A D | bpf.h | 1356 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1357 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new)) 1363 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 4493 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument 4496 const u64 *new = (const u64 *)_new; in bond_fold_stats()
|