Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dlist.h81 static inline void __list_add(struct list_head *_new, in __list_add() argument
85 next->prev = _new; in __list_add()
86 _new->next = next; in __list_add()
87 _new->prev = prev; in __list_add()
88 prev->next = _new; in __list_add()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
101 __list_add(_new, head->prev, head); in list_add_tail()
/linux-4.4.14/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt93 scale_s_new = ((3')_new - (3)_new) / ((2') - (2))
98 width_ceu = (4')_new - (4)_new = width_u / scale_s_new
99 left_ceu = (4)_new - (3)_new = ((5) - (2)) / scale_s_new
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c3267 const struct rtnl_link_stats64 *_new, in bond_fold_stats() argument
3270 const u64 *new = (const u64 *)_new; in bond_fold_stats()