Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 11 of 11) 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.h95 struct list_head list;
96 struct list_head exported_symbols;
97 struct list_head unresolved_symbols;
107 struct list_head missing_namespaces;
109 struct list_head imported_namespaces;
Dmodpost.c219 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */
301 struct list_head list;
305 static bool contains_namespace(struct list_head *head, const char *namespace) in contains_namespace()
324 static void add_namespace(struct list_head *head, const char *namespace) in add_namespace()
2221 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.h105 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.c708 struct list_head *head) in get_prompt_str()
788 struct list_head *head) in get_symbol_str()
838 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
Dexpr.h275 struct list_head entries;
Dmconf.c306 struct list_head entries;
382 struct list_head *head;
Dnconf.c695 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()):