Searched refs:_new (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/scripts/kconfig/ |
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()
|
/Linux-v5.15/Documentation/driver-api/media/drivers/ |
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
|
/Linux-v5.15/drivers/clocksource/ |
D | arm_arch_timer.c | 229 u64 _old, _new; \ 234 _new = read_sysreg(reg); \ 236 } while (unlikely(_old != _new) && _retries); \ 239 _new; \ 275 u64 _old, _new; \ 280 _new = read_sysreg(reg); \ 282 } while (unlikely((_new - _old) >> 5) && _retries); \ 285 _new; \
|
/Linux-v5.15/arch/x86/include/asm/ |
D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument 163 __typeof__(*(_ptr)) __new = (_new); \
|
/Linux-v5.15/include/linux/atomic/ |
D | atomic-arch-fallback.h | 88 #define arch_try_cmpxchg(_ptr, _oldp, _new) \ argument 91 ___r = arch_cmpxchg((_ptr), ___o, (_new)); \ 99 #define arch_try_cmpxchg_acquire(_ptr, _oldp, _new) \ argument 102 ___r = arch_cmpxchg_acquire((_ptr), ___o, (_new)); \ 110 #define arch_try_cmpxchg_release(_ptr, _oldp, _new) \ argument 113 ___r = arch_cmpxchg_release((_ptr), ___o, (_new)); \ 121 #define arch_try_cmpxchg_relaxed(_ptr, _oldp, _new) \ argument 124 ___r = arch_cmpxchg_relaxed((_ptr), ___o, (_new)); \
|
/Linux-v5.15/scripts/atomic/ |
D | gen-atomic-fallback.sh | 174 ___r = arch_cmpxchg${order}((_ptr), ___o, (_new)); \\
|
/Linux-v5.15/drivers/net/ |
D | net_failover.c | 157 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats() argument 160 const u64 *new = (const u64 *)_new; in net_failover_fold_stats()
|
/Linux-v5.15/drivers/net/bonding/ |
D | bond_main.c | 3991 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument 3994 const u64 *new = (const u64 *)_new; in bond_fold_stats()
|