Searched refs:__list_add (Results 1 - 2 of 2) sorted by relevance

/u-boot/scripts/kconfig/
H A Dlist.h82 static inline void __list_add(struct list_head *_new, function
102 __list_add(_new, head->prev, head);
/u-boot/include/linux/
H A Dlist.h43 static inline void __list_add(struct list_head *new, function
63 __list_add(new, head, head->next);
76 __list_add(new, head->prev, head);

Completed in 90 milliseconds