Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
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()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst97 scale_s_new = ((3')_new - (3)_new) / ((2') - (2))
102 width_ceu = (4')_new - (4)_new = width_u / scale_s_new
103 left_ceu = (4)_new - (3)_new = ((5) - (2)) / scale_s_new
/Linux-v4.19/tools/perf/util/
Dutil-cxx.h20 #define new _new
/Linux-v4.19/drivers/clocksource/
Darm_arch_timer.c199 u64 _old, _new; \
204 _new = read_sysreg(reg); \
206 } while (unlikely(_old != _new) && _retries); \
209 _new; \
245 u64 _old, _new; \
250 _new = read_sysreg(reg); \
252 } while (unlikely((_new - _old) >> 5) && _retries); \
255 _new; \
/Linux-v4.19/arch/powerpc/kernel/
Dsystbl_chk.c34 #define COMPAT_SPU_NEW(func) COMPAT_SYS(_new##func)
/Linux-v4.19/arch/x86/include/asm/
Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
163 __typeof__(*(_ptr)) __new = (_new); \
/Linux-v4.19/drivers/net/
Dnet_failover.c159 const struct rtnl_link_stats64 *_new, in net_failover_fold_stats() argument
162 const u64 *new = (const u64 *)_new; in net_failover_fold_stats()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c3396 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument
3399 const u64 *new = (const u64 *)_new; in bond_fold_stats()