/linux-6.3-rc2/scripts/kconfig/ |
A 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.3-rc2/arch/x86/include/asm/ |
A D | uaccess.h | 395 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 414 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument 434 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 466 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument
|
A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | uaccess.h | 405 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local 453 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-arch-fallback.h | 88 #define arch_try_cmpxchg(_ptr, _oldp, _new) \ argument 99 #define arch_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument 110 #define arch_try_cmpxchg_release(_ptr, _oldp, _new) \ argument 121 #define arch_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument 158 #define arch_try_cmpxchg64(_ptr, _oldp, _new) \ argument 169 #define arch_try_cmpxchg64_acquire(_ptr, _oldp, _new) \ argument 180 #define arch_try_cmpxchg64_release(_ptr, _oldp, _new) \ argument 191 #define arch_try_cmpxchg64_relaxed(_ptr, _oldp, _new) \ argument
|
/linux-6.3-rc2/drivers/net/ |
A D | net_failover.c | 157 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | alternative.c | 1977 u8 _new[POKE_MAX_OPCODE_SIZE+1]; in text_poke_bp_batch() local
|
/linux-6.3-rc2/include/linux/ |
A D | bpf.h | 1152 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1159 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
/linux-6.3-rc2/drivers/net/bonding/ |
A D | bond_main.c | 4297 const struct rtnl_link_stats64 *_new, in bond_fold_stats()
|