Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A 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()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dresource_img.c120 bool _new = true; in resource_add_file() local
126 _new = false; in resource_add_file()
131 if (_new) { in resource_add_file()