| /linux-6.15/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 51 _new) " is larger than " __stringify(_orig)); \ 56 _orig) " is not aligned the same as " __stringify(_new)); \ 59 #define __KABI_REPLACE(_orig, _new) \ argument 61 _new; \ 65 __KABI_NORMAL_SIZE_ALIGN(_orig, _new); \ 113 #define KABI_IGNORE(n, _new) \ argument 115 _new; \ 123 #define KABI_REPLACE(_oldtype, _oldname, _new) \ argument 132 #define KABI_USE(number, _new) __KABI_REPLACE(KABI_RESERVE(number), _new) argument 154 #define KABI_USE_ARRAY(number, bytes, _new) \ argument [all …]
|
| /linux-6.15/arch/x86/include/asm/ |
| H A 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), }; \ 118 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument 121 n = { .full = (_new), }; \
|
| 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 | 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); \
|
| H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument 163 __typeof__(*(_ptr)) __new = (_new); \
|
| /linux-6.15/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-6.15/include/linux/atomic/ |
| H A 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 256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument 259 ___r = raw_cmpxchg64((_ptr), ___o, (_new)); \ 323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument 326 ___r = raw_cmpxchg128((_ptr), ___o, (_new)); \ 389 #define raw_try_cmpxchg_local(_ptr, _oldp, _new) \ argument 392 ___r = raw_cmpxchg_local((_ptr), ___o, (_new)); \ 434 #define raw_sync_try_cmpxchg(_ptr, _oldp, _new) \ argument [all …]
|
| /linux-6.15/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-6.15/arch/s390/include/asm/ |
| H A D | uaccess.h | 485 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 491 _new = ((unsigned int)new & 0xff) << shift; in __cmpxchg_user_key() 520 [new] "+&d" (_new), in __cmpxchg_user_key() 533 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 539 _new = ((unsigned int)new & 0xffff) << shift; in __cmpxchg_user_key() 568 [new] "+&d" (_new), in __cmpxchg_user_key()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | buckets.h | 264 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument 270 if (!ret && _new.k->type) \ 271 ret = _fn(_trans, _btree_id, _level, _new.s_c, _flags & ~BTREE_TRIGGER_overwrite);\
|
| H A D | data_update.c | 190 struct bkey_buf _new, _insert; in __bch2_data_update_index_update() local 194 bch2_bkey_buf_init(&_new); in __bch2_data_update_index_update() 235 bch2_bkey_buf_copy(&_new, c, bch2_keylist_front(keys)); in __bch2_data_update_index_update() 236 new = bkey_i_to_extent(_new.k); in __bch2_data_update_index_update() 436 bch2_bkey_buf_exit(&_new, c); in __bch2_data_update_index_update()
|
| H A D | ec.c | 386 struct bkey_s_c old, struct bkey_s _new, in bch2_trigger_stripe() argument 389 struct bkey_s_c new = _new.s_c; in bch2_trigger_stripe() 398 return bch2_check_fix_ptrs(trans, btree, level, _new.s_c, flags); in bch2_trigger_stripe()
|
| /linux-6.15/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-6.15/scripts/atomic/ |
| H A D | gen-atomic-fallback.sh | 234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\
|
| /linux-6.15/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-6.15/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 361 bpf_iter_##type##_new(&___it, ##args), \
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 2974 u8 _new[POKE_MAX_OPCODE_SIZE+1]; in text_poke_bp_batch() local 2984 _new[0] = 0x0f; in text_poke_bp_batch() 2985 memcpy(_new + 1, new, 5); in text_poke_bp_batch() 2986 new = _new; in text_poke_bp_batch()
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 376 static inline int bpf_iter_##name##_new( \
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 1382 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1383 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new)) 1389 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 4492 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument 4495 const u64 *new = (const u64 *)_new; in bond_fold_stats()
|