Searched defs:head (Results 1 – 6 of 6) sorted by relevance
| /scripts/gdb/linux/ |
| D | lists.py | 23 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/ |
| D | list.h | 81 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() 188 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() 198 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 208 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head() 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 [all …]
|
| /scripts/kconfig/ |
| D | mnconf-common.h | 10 struct list_head *head; member
|
| D | menu.c | 611 struct list_head *head) in get_prompt_str() 691 struct list_head *head) in get_symbol_str() 742 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
|
| /scripts/mod/ |
| D | modpost.c | 295 static bool contains_namespace(struct list_head *head, const char *namespace) in contains_namespace() 314 static void add_namespace(struct list_head *head, const char *namespace) in add_namespace()
|
| /scripts/dtc/ |
| D | livetree.c | 76 struct property *head = NULL; in reverse_properties() local
|