/linux-6.8/include/linux/atomic/ |
D | atomic-arch-fallback.h | 189 #define raw_try_cmpxchg(_ptr, _oldp, _new) \ argument 207 #define raw_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument 225 #define raw_try_cmpxchg_release(_ptr, _oldp, _new) \ argument 240 #define raw_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument 256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument 274 #define raw_try_cmpxchg64_acquire(_ptr, _oldp, _new) \ argument 292 #define raw_try_cmpxchg64_release(_ptr, _oldp, _new) \ argument 307 #define raw_try_cmpxchg64_relaxed(_ptr, _oldp, _new) \ argument 323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument 341 #define raw_try_cmpxchg128_acquire(_ptr, _oldp, _new) \ argument [all …]
|
/linux-6.8/scripts/kconfig/ |
D | list.h | 82 static inline void __list_add(struct list_head *_new, in __list_add() 100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
|
/linux-6.8/arch/x86/include/asm/ |
D | cmpxchg_64.h | 30 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument 56 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
|
D | uaccess.h | 373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 392 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument 412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 444 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument
|
D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
|
/linux-6.8/arch/s390/include/asm/ |
D | uaccess.h | 404 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 452 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
|
/linux-6.8/fs/bcachefs/ |
D | data_update.c | 99 struct bkey_buf _new, _insert; in __bch2_data_update_index_update() local
|
D | buckets.h | 348 #define trigger_run_overwrite_then_insert(_fn, _trans, _btree_id, _level, _old, _new, _flags)\ argument
|
D | ec.c | 300 struct bkey_s_c old, struct bkey_s _new, in bch2_trigger_stripe()
|
/linux-6.8/drivers/net/ |
D | net_failover.c | 153 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats()
|
/linux-6.8/arch/x86/kernel/ |
D | alternative.c | 2304 u8 _new[POKE_MAX_OPCODE_SIZE+1]; in text_poke_bp_batch() local
|
/linux-6.8/include/linux/ |
D | bpf.h | 1292 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1299 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
/linux-6.8/drivers/net/bonding/ |
D | bond_main.c | 4355 const struct rtnl_link_stats64 *_new, in bond_fold_stats()
|