/openbmc/u-boot/scripts/kconfig/ |
H A D | list.h | 82 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/scripts/kconfig/ |
H A D | list.h | 82 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 D | cmpxchg_64.h | 30 #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 D | uaccess.h | 373 #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 D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument 163 __typeof__(*(_ptr)) __new = (_new); \
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 99 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__.py | 196 _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 D | atomic-arch-fallback.h | 189 #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 228 ___r = raw_cmpxchg_release((_ptr), ___o, (_new)); \ 240 #define raw_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument 243 ___r = raw_cmpxchg_relaxed((_ptr), ___o, (_new)); \ 256 #define raw_try_cmpxchg64(_ptr, _oldp, _new) \ argument 259 ___r = raw_cmpxchg64((_ptr), ___o, (_new)); \ [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | uaccess.h | 405 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 D | arm_arch_timer.c | 275 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 D | gen-atomic-fallback.sh | 233 ___r = raw_${cmpxchg}${order}((_ptr), ___o, (_new)); \\
|
/openbmc/linux/arch/x86/kernel/ |
H A D | alternative.c | 2233 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/drivers/net/ |
H A D | net_failover.c | 153 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/tools/lib/bpf/ |
H A D | bpf_helpers.h | 339 bpf_iter_##type##_new(&___it, ##args), \
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 1272 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument 1273 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new)) 1279 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | encode_ext.def | 84 OP(TAGPRE##_new, 001,--,001,-0sss) \ 121 LDST_PREDSTNEW(OP,TAGPRE##_new, 0,01) \
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 4409 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument 4412 const u64 *new = (const u64 *)_new; in bond_fold_stats()
|