/linux-6.12.1/arch/x86/include/asm/ |
D | cmpxchg_32.h | 17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument 20 n = { .full = (_new), }; \ 42 #define __arch_try_cmpxchg64(_ptr, _oldp, _new, _lock) \ argument 45 n = { .full = (_new), }; \ 89 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument 92 n = { .full = (_new), }; \ 116 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument 119 n = { .full = (_new), }; \
|
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), }; \
|
D | uaccess.h | 373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 377 __typeof__(*(_ptr)) __new = (_new); \ 392 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument 396 __typeof__(*(_ptr)) __new = (_new); \ 412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 417 __typeof__(*(_ptr)) __new = (_new); \ 444 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument 448 __typeof__(*(_ptr)) __new = (_new); \
|
D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument 163 __typeof__(*(_ptr)) __new = (_new); \
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
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-6.12.1/include/linux/atomic/ |
D | atomic-arch-fallback.h | 189 #define raw_try_cmpxchg(_ptr, _oldp, _new) \ argument 192 ___r = raw_cmpxchg((_ptr), ___o, (_new)); \ 207 #define raw_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument 210 ___r = raw_cmpxchg_acquire((_ptr), ___o, (_new)); \ 225 #define raw_try_cmpxchg_release(_ptr, _oldp, _new) \ argument 228 ___r = raw_cmpxchg_release((_ptr), ___o, (_new)); \ 240 #define raw_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument 243 ___r = raw_cmpxchg_relaxed((_ptr), ___o, (_new)); \ 256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument 259 ___r = raw_cmpxchg64((_ptr), ___o, (_new)); \ [all …]
|
/linux-6.12.1/arch/s390/include/asm/ |
D | uaccess.h | 459 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 465 _new = ((unsigned int)new & 0xff) << shift; in __cmpxchg_user_key() 494 [new] "+&d" (_new), in __cmpxchg_user_key() 507 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 513 _new = ((unsigned int)new & 0xffff) << shift; in __cmpxchg_user_key() 542 [new] "+&d" (_new), in __cmpxchg_user_key()
|
/linux-6.12.1/drivers/clk/sophgo/ |
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-6.12.1/drivers/clocksource/ |
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-6.12.1/fs/bcachefs/ |
D | buckets.h | 289 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument 295 if (!ret && _new.k->type) \ 296 ret = _fn(_trans, _btree_id, _level, _new.s_c, _flags & ~BTREE_TRIGGER_overwrite);\
|
D | data_update.c | 173 struct bkey_buf _new, _insert; in __bch2_data_update_index_update() local 176 bch2_bkey_buf_init(&_new); in __bch2_data_update_index_update() 217 bch2_bkey_buf_copy(&_new, c, bch2_keylist_front(keys)); in __bch2_data_update_index_update() 218 new = bkey_i_to_extent(_new.k); in __bch2_data_update_index_update() 407 bch2_bkey_buf_exit(&_new, c); in __bch2_data_update_index_update()
|
D | ec.c | 385 struct bkey_s_c old, struct bkey_s _new, in bch2_trigger_stripe() argument 388 struct bkey_s_c new = _new.s_c; in bch2_trigger_stripe() 397 return bch2_check_fix_ptrs(trans, btree, level, _new.s_c, flags); in bch2_trigger_stripe()
|
/linux-6.12.1/scripts/atomic/ |
D | gen-atomic-fallback.sh | 234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\
|
/linux-6.12.1/arch/x86/kernel/ |
D | alternative.c | 2302 u8 _new[POKE_MAX_OPCODE_SIZE+1]; in text_poke_bp_batch() local 2312 _new[0] = 0x0f; in text_poke_bp_batch() 2313 memcpy(_new + 1, new, 5); in text_poke_bp_batch() 2314 new = _new; in text_poke_bp_batch()
|
/linux-6.12.1/drivers/net/ |
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-6.12.1/tools/lib/bpf/ |
D | bpf_helpers.h | 360 bpf_iter_##type##_new(&___it, ##args), \
|
/linux-6.12.1/include/linux/ |
D | bpf.h | 1327 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1328 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new)) 1334 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
/linux-6.12.1/drivers/net/bonding/ |
D | bond_main.c | 4484 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument 4487 const u64 *new = (const u64 *)_new; in bond_fold_stats()
|