Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dlist.h23 struct list_head { struct
24 struct list_head *next, *prev; argument
31 struct list_head name = LIST_HEAD_INIT(name)
81 static inline void __list_add(struct list_head *_new, in __list_add()
82 struct list_head *prev, in __list_add()
83 struct list_head *next) in __list_add()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
125 static inline void list_del(struct list_head *entry) in list_del()
128 entry->next = (struct list_head*)LIST_POISON1; in list_del()
[all …]
A Dlkc_proto.h25 P(get_symbol_str, void, (struct gstr *r, struct symbol *sym, struct list_head
27 P(get_relations_str, struct gstr, (struct symbol **sym_arr, struct list_head
A Dmenu.c540 struct list_head *head) in get_prompt_str()
612 struct list_head *head) in get_symbol_str()
663 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
A Dexpr.h181 struct list_head entries;
A Dmconf.c315 struct list_head entries;
360 struct list_head *head;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dlist.h28 typedef struct list_head struct
30 struct list_head *next; argument
31 struct list_head *prev; argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dlist.h28 typedef struct list_head struct
30 struct list_head *next; argument
31 struct list_head *prev; argument

Completed in 8 milliseconds