Home
last modified time | relevance | path

Searched refs:_new (Results 1 – 15 of 15) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h36 #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 Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
163 __typeof__(*(_ptr)) __new = (_new); \
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst99 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 Duaccess.h515 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 Dclk-cv18xx-common.h64 #define cv1800_clk_regfield_set(_val, _new, _reg) \ argument
66 (((_new) & GENMASK((_reg)->width - 1, 0)) << (_reg)->shift))
/linux/fs/bcachefs/
H A Dbuckets.h288 #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 Ddata_update.c181 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 Dec.c384 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 Darm_arch_timer.c275 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 Dgen-atomic-fallback.sh234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\
/linux/drivers/net/
H A Dnet_failover.c153 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 Dbpf_helpers.h361 bpf_iter_##type##_new(&___it, ##args), \
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h358 static inline int bpf_iter_##name##_new( \
/linux/include/linux/
H A Dbpf.h1356 #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 Dbond_main.c4493 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument
4496 const u64 *new = (const u64 *)_new; in bond_fold_stats()