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