Home
last modified time | relevance | path

Searched defs:head (Results 1 – 5 of 5) sorted by relevance

/scripts/gdb/linux/
Dlists.py23 def list_for_each(head): argument
36 def list_for_each_entry(head, gdbtype, member): argument
41 def hlist_for_each(head): argument
54 def hlist_for_each_entry(head, gdbtype, member): argument
59 def list_check(head): argument
/scripts/kconfig/
Dlist.h49 #define list_for_each_entry(pos, head, member) \ argument
61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
71 static inline int list_empty(const struct list_head *head) in list_empty()
100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
Dmenu.c731 struct list_head *head) in get_prompt_str()
822 struct list_head *head) in get_symbol_str()
872 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
Dmconf.c359 struct list_head *head; member
/scripts/dtc/
Dlivetree.c76 struct property *head = NULL; in reverse_properties() local