Home
last modified time | relevance | path

Searched defs:_new (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dlist.h82 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()
/openbmc/u-boot/scripts/kconfig/
H A Dlist.h82 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()
/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h189 #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
323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument
389 #define raw_try_cmpxchg_local(_ptr, _oldp, _new) \ argument
404 #define raw_try_cmpxchg64_local(_ptr, _oldp, _new) \ argument
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h30 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
56 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
H A Duaccess.h373 #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
H A Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
/openbmc/linux/arch/s390/include/asm/
H A Duaccess.h405 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
/openbmc/linux/drivers/net/
H A Dnet_failover.c153 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats()
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c2233 u8 _new[POKE_MAX_OPCODE_SIZE+1]; in text_poke_bp_batch() local
/openbmc/linux/include/linux/
H A Dbpf.h1260 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument
1267 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c4347 const struct rtnl_link_stats64 *_new, in bond_fold_stats()