Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 6 of 6) sorted by relevance

/scripts/kconfig/
A Dlist.h23 struct list_head { struct
24 struct list_head *next, *prev; argument
30 struct list_head name = LIST_HEAD_INIT(name)
80 static inline void __list_add(struct list_head *_new, in __list_add()
81 struct list_head *prev, in __list_add()
82 struct list_head *next) in __list_add()
98 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
110 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
124 static inline void list_del(struct list_head *entry) in list_del()
127 entry->next = (struct list_head*)LIST_POISON1; in list_del()
[all …]
A Dlkc_proto.h26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
A Dpreprocess.c38 struct list_head node;
233 struct list_head node;
A Dmenu.c705 struct list_head *head) in get_prompt_str()
795 struct list_head *head) in get_symbol_str()
843 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
A Dexpr.h278 struct list_head entries;
A Dmconf.c313 struct list_head entries;
358 struct list_head *head;

Completed in 13 milliseconds