Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 10 of 10) sorted by relevance

/scripts/mod/
Dlist.h38 struct list_head { struct
39 struct list_head *next, *prev; argument
45 struct list_head name = LIST_HEAD_INIT(name)
54 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
66 static inline void __list_add(struct list_head *new, in __list_add()
67 struct list_head *prev, in __list_add()
68 struct list_head *next) in __list_add()
84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
[all …]
Dmodpost.h116 struct list_head list;
117 struct list_head exported_symbols;
118 struct list_head unresolved_symbols;
128 struct list_head missing_namespaces;
130 struct list_head imported_namespaces;
Dmodpost.c215 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */
295 struct list_head list;
299 static bool contains_namespace(struct list_head *head, const char *namespace) in contains_namespace()
311 static void add_namespace(struct list_head *head, const char *namespace) in add_namespace()
2290 struct list_head list;
/scripts/kconfig/
Dlist.h24 struct list_head { struct
25 struct list_head *next, *prev; argument
32 struct list_head name = LIST_HEAD_INIT(name)
71 static inline int list_empty(const struct list_head *head) in list_empty()
82 static inline void __list_add(struct list_head *_new, in __list_add()
83 struct list_head *prev, in __list_add()
84 struct list_head *next) in __list_add()
100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
126 static inline void list_del(struct list_head *entry) in list_del()
[all …]
Dlkc.h104 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
Dpreprocess.c41 struct list_head node;
236 struct list_head node;
Dmenu.c705 struct list_head *head) in get_prompt_str()
784 struct list_head *head) in get_symbol_str()
834 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
Dexpr.h275 struct list_head entries;
Dmconf.c311 struct list_head entries;
356 struct list_head *head;
/scripts/gdb/linux/
Dlists.py18 list_head = utils.CachedType("struct list_head") variable
24 if head.type == list_head.get_type().pointer():
26 elif head.type != list_head.get_type():
66 if (head.type == list_head.get_type().pointer()):
68 elif (head.type != list_head.get_type()):