Home
last modified time | relevance | path

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

/scripts/kconfig/
Dlist.h48 #define list_for_each_entry(pos, head, member) \ argument
60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
70 static inline int list_empty(const struct list_head *head) in list_empty()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
Dmenu.c548 struct list_head *head) in get_prompt_str()
620 struct list_head *head) in get_symbol_str()
671 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.cc1075 QString head, debug, help; in menuInfo() local
/scripts/gdb/linux/
Dlists.py21 def list_check(head): argument
/scripts/dtc/
Dlivetree.c88 struct property *head = NULL; in reverse_properties() local