Home
last modified time | relevance | path

Searched refs:_new (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dlist.h82 static inline void __list_add(struct list_head *_new, in __list_add() argument
86 next->prev = _new; in __list_add()
87 _new->next = next; in __list_add()
88 _new->prev = prev; in __list_add()
89 prev->next = _new; in __list_add()
100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
102 __list_add(_new, head->prev, 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() argument
86 next->prev = _new; in __list_add()
87 _new->next = next; in __list_add()
88 _new->prev = prev; in __list_add()
89 prev->next = _new; in __list_add()
100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
102 __list_add(_new, head->prev, head); in list_add_tail()
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h30 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
33 n = { .full = (_new), }; \
56 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
59 n = { .full = (_new), }; \
H A Duaccess.h373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
377 __typeof__(*(_ptr)) __new = (_new); \
392 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument
396 __typeof__(*(_ptr)) __new = (_new); \
412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
417 __typeof__(*(_ptr)) __new = (_new); \
444 #define __try_cmpxchg64_user_asm(_ptr, _pold, _new, label) ({ \ argument
448 __typeof__(*(_ptr)) __new = (_new); \
H A Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
163 __typeof__(*(_ptr)) __new = (_new); \
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst99 scale_s_new = ((3')_new - (3)_new) / ((2') - (2))
104 width_ceu = (4')_new - (4)_new = width_u / scale_s_new
105 left_ceu = (4)_new - (3)_new = ((5) - (2)) / scale_s_new
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py196 _new = [val for (a, vals) in result if (a in '=+') for val in vals]
197 assert new == _new, 'Expected %s, got %s' % (new, _new)
/openbmc/linux/include/linux/atomic/
H A Datomic-arch-fallback.h189 #define raw_try_cmpxchg(_ptr, _oldp, _new) \ argument
192 ___r = raw_cmpxchg((_ptr), ___o, (_new)); \
207 #define raw_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument
210 ___r = raw_cmpxchg_acquire((_ptr), ___o, (_new)); \
225 #define raw_try_cmpxchg_release(_ptr, _oldp, _new) \ argument
256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument
259 ___r = raw_cmpxchg64((_ptr), ___o, (_new)); \
323 #define raw_try_cmpxchg128(_ptr, _oldp, _new) \ argument
326 ___r = raw_cmpxchg128((_ptr), ___o, (_new)); \
389 #define raw_try_cmpxchg_local(_ptr, _oldp, _new) \ argument
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Duaccess.h405 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
411 _new = ((unsigned int)new & 0xff) << shift; in __cmpxchg_user_key()
440 [new] "+&d" (_new), in __cmpxchg_user_key()
453 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
459 _new = ((unsigned int)new & 0xffff) << shift; in __cmpxchg_user_key()
488 [new] "+&d" (_new), in __cmpxchg_user_key()
/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c275 u64 _old, _new; \
280 _new = read_sysreg(reg); \
282 } while (unlikely(_old != _new) && _retries); \
285 _new; \
311 u64 _old, _new; \
316 _new = read_sysreg(reg); \
318 } while (unlikely((_new - _old) >> 5) && _retries); \
321 _new; \
/openbmc/linux/scripts/atomic/
H A Dgen-atomic-fallback.sh233 ___r = raw_${cmpxchg}${order}((_ptr), ___o, (_new)); \\
/openbmc/linux/drivers/net/
H A Dnet_failover.c153 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats() argument
156 const u64 *new = (const u64 *)_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
2243 _new[0] = 0x0f; in text_poke_bp_batch()
2244 memcpy(_new + 1, new, 5); in text_poke_bp_batch()
2245 new = _new; in text_poke_bp_batch()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_helpers.h339 bpf_iter_##type##_new(&___it, ##args), \
/openbmc/linux/include/linux/
H A Dbpf.h1260 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument
1261 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
1267 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dencode_ext.def84 OP(TAGPRE##_new, 001,--,001,-0sss) \
121 LDST_PREDSTNEW(OP,TAGPRE##_new, 0,01) \
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c4355 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument
4358 const u64 *new = (const u64 *)_new; in bond_fold_stats()