Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dlists.py21 def list_for_each(head): argument
34 def list_for_each_entry(head, gdbtype, member): argument
42 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.c556 struct list_head *head) in get_prompt_str()
646 struct list_head *head) in get_symbol_str()
694 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
Dmconf.c359 struct list_head *head; member
Dqconf.cc1083 QString head, debug, help; in menuInfo() local
/scripts/dtc/
Dlivetree.c88 struct property *head = NULL; in reverse_properties() local