/openbmc/u-boot/scripts/kconfig/ |
H 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()
|
/openbmc/linux/scripts/kconfig/ |
H 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()
|
/openbmc/linux/include/linux/atomic/ |
H A 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 …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cmpxchg_64.h | 30 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument 56 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
|
H A 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
|
H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
|
/openbmc/linux/arch/s390/include/asm/ |
H 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
|
/openbmc/linux/drivers/net/ |
H A D | net_failover.c | 153 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | alternative.c | 2233 u8 _new[POKE_MAX_OPCODE_SIZE+1]; in text_poke_bp_batch() local
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 1272 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1279 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 4409 const struct rtnl_link_stats64 *_new, in bond_fold_stats()
|