Home
last modified time | relevance | path

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

/scripts/gdb/linux/
A Dlists.py23 def list_for_each(head): argument
41 def list_for_each_entry(head, gdbtype, member): argument
46 def hlist_for_each(head): argument
59 def hlist_for_each_entry(head, gdbtype, member): argument
64 def list_check(head): argument
/scripts/include/
A Dlist.h81 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
94 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
165 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
177 struct list_head *head) in list_move_tail()
217 static inline int list_empty(const struct list_head *head) in list_empty()
275 #define list_entry_is_head(pos, head, member) \ argument
284 #define list_for_each_entry(pos, head, member) \ argument
295 #define list_for_each_entry_reverse(pos, head, member) \ argument
307 #define list_for_each_entry_safe(pos, n, head, member) \ argument
411 #define hlist_for_each_entry(pos, head, member) \ argument
[all …]
/scripts/kconfig/
A Dmnconf-common.h10 struct list_head *head; member
A Dmenu.c632 struct list_head *head) in get_prompt_str()
712 struct list_head *head) in get_symbol_str()
763 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
/scripts/mod/
A Dmodpost.c288 static bool contains_namespace(struct list_head *head, const char *namespace) in contains_namespace()
307 static void add_namespace(struct list_head *head, const char *namespace) in add_namespace()
/scripts/dtc/
A Dlivetree.c76 struct property *head = NULL; in reverse_properties() local

Completed in 13 milliseconds