Searched refs:list_head (Results 1 – 6 of 6) sorted by relevance
23 struct list_head { struct24 struct list_head *next, *prev; argument30 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 …]
26 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
38 struct list_head node;233 struct list_head node;
705 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()
278 struct list_head entries;
313 struct list_head entries;358 struct list_head *head;
Completed in 13 milliseconds