Searched defs:_new (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/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-v5.15/arch/x86/include/asm/ |
D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
|
/Linux-v5.15/drivers/net/ |
D | net_failover.c | 157 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats()
|
/Linux-v5.15/include/linux/atomic/ |
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
|
/Linux-v5.15/drivers/net/bonding/ |
D | bond_main.c | 3991 const struct rtnl_link_stats64 *_new, in bond_fold_stats()
|