Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/alsa-lib/src/ucm/
Ducm_local.h62 struct list_head list;
74 struct list_head list;
91 struct list_head list;
93 struct list_head transition_list;
106 struct list_head list;
112 struct list_head list;
116 struct list_head list;
121 struct list_head list;
122 struct list_head dev_list;
130 struct list_head list;
[all …]
Dutils.c64 struct list_head *pos; in uc_mgr_get_master_ctl()
95 struct list_head *pos; in uc_mgr_get_ctl_by_name()
147 struct list_head *pos, *npos; in uc_mgr_free_ctl()
161 struct list_head *pos, *npos; in uc_mgr_free_ctl_list()
174 struct list_head *pos; in uc_mgr_ctl_add_dev()
263 struct list_head *pos1, *pos2; in uc_mgr_open_ctl()
403 void uc_mgr_free_value(struct list_head *base) in uc_mgr_free_value()
405 struct list_head *pos, *npos; in uc_mgr_free_value()
419 struct list_head *pos, *npos; in uc_mgr_free_dev_list()
432 struct list_head *pos; in uc_mgr_put_to_dev_list()
[all …]
Dmain.c54 struct list_head *value_list, const char *identifier);
58 struct list_head *value_list1,
59 struct list_head *value_list2,
60 struct list_head *value_list3);
64 struct list_head *value_list1,
65 struct list_head *value_list2,
66 struct list_head *value_list3,
83 static int list_count(struct list_head *list) in list_count()
85 struct list_head *pos; in list_count()
94 static int alloc_str_list(struct list_head *list, int mult, char **result[]) in alloc_str_list()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h50 struct list_head name = LINUX_LIST_HEAD_INIT(name)
54 struct list_head { struct
55 struct list_head *next; argument
56 struct list_head *prev; argument
63 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
70 list_empty(const struct list_head *head) in list_empty()
77 list_empty_careful(const struct list_head *head) in list_empty_careful()
79 struct list_head *next = head->next; in list_empty_careful()
85 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
92 __list_del_entry(struct list_head *entry) in __list_del_entry()
[all …]
/third_party/alsa-utils/alsactl/
Dlist.h41 struct list_head { struct
42 struct list_head *next, *prev; argument
48 struct list_head name = LIST_HEAD_INIT(name)
60 static inline void __list_add(struct list_head *new, in __list_add()
61 struct list_head *prev, in __list_add()
62 struct list_head *next) in __list_add()
78 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
91 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
103 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
115 static inline void list_del(struct list_head *entry) in list_del()
[all …]
/third_party/ltp/testcases/realtime/include/
Dlist.h60 struct list_head { struct
61 struct list_head *next, *prev; argument
67 struct list_head name = LIST_HEAD_INIT(name)
69 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
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(struct list_head *new, struct list_head *head) in list_add()
112 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
124 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
[all …]
/third_party/exfatprogs/include/
Dlist.h32 struct list_head { struct
33 struct list_head *next, *prev; argument
39 struct list_head name = LIST_HEAD_INIT(name)
51 static inline void __list_add(struct list_head *new, in __list_add()
52 struct list_head *prev, in __list_add()
53 struct list_head *next) in __list_add()
69 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
82 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
94 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
106 static inline void list_del(struct list_head *entry) in list_del()
[all …]
/third_party/alsa-lib/include/
Dlist.h20 struct list_head { struct
21 struct list_head *next; argument
22 struct list_head *prev; argument
27 struct list_head x = { &x, &x }
30 static inline void INIT_LIST_HEAD(struct list_head *p) in INIT_LIST_HEAD()
65 static inline void list_add(struct list_head *p, struct list_head *list) in list_add()
67 struct list_head *first = list->next; in list_add()
79 static inline void list_add_tail(struct list_head *p, struct list_head *list) in list_add_tail()
81 struct list_head *last = list->prev; in list_add_tail()
94 static inline void list_insert(struct list_head *p, in list_insert()
[all …]
/third_party/libbpf/include/linux/
Dlist.h8 struct list_head name = LIST_HEAD_INIT(name)
15 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
21 static inline void __list_add(struct list_head *new, in __list_add()
22 struct list_head *prev, in __list_add()
23 struct list_head *next) in __list_add()
39 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
51 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
63 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
68 static inline void list_del(struct list_head *entry) in list_del()
75 static inline int list_empty(const struct list_head *head) in list_empty()
/third_party/mesa3d/src/util/
Dlist.h47 struct list_head struct
49 struct list_head *prev; argument
50 struct list_head *next; argument
53 static inline void list_inithead(struct list_head *item) in list_inithead()
65 static inline void list_add(struct list_head *item, struct list_head *list) in list_add()
79 static inline void list_addtail(struct list_head *item, struct list_head *list) in list_addtail()
87 static inline bool list_is_empty(const struct list_head *list);
89 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace()
101 static inline void list_del(struct list_head *item) in list_del()
108 static inline void list_delinit(struct list_head *item) in list_delinit()
[all …]
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h55 struct list_head list;
64 struct list_head tasks;
85 struct list_head free_tasks; \
86 struct list_head used_tasks; \
87 struct list_head b_frames; \
88 struct list_head stacked_tasks; \
134 struct list_head free_tasks;
135 struct list_head used_tasks;
136 struct list_head b_frames;
137 struct list_head stacked_tasks;
[all …]
/third_party/mesa3d/src/amd/common/
Dac_rgp.h69 struct list_head list;
74 struct list_head record;
90 struct list_head list;
95 struct list_head record;
103 struct list_head list;
108 struct list_head record;
145 struct list_head list;
150 struct list_head record;
170 struct list_head list;
175 struct list_head record;
[all …]
/third_party/alsa-lib/src/topology/
Dtplg_local.h82 struct list_head tlv_list;
83 struct list_head widget_list;
84 struct list_head pcm_list;
85 struct list_head dai_list;
86 struct list_head be_list;
87 struct list_head cc_list;
88 struct list_head route_list;
89 struct list_head text_list;
90 struct list_head pdata_list;
91 struct list_head token_list;
[all …]
Delem.c278 void tplg_ref_free_list(struct list_head *base) in tplg_ref_free_list()
280 struct list_head *pos, *npos; in tplg_ref_free_list()
321 void tplg_elem_free_list(struct list_head *base) in tplg_elem_free_list()
323 struct list_head *pos, *npos; in tplg_elem_free_list()
332 struct tplg_elem *tplg_elem_lookup(struct list_head *base, const char* id, in tplg_elem_lookup()
335 struct list_head *pos; in tplg_elem_lookup()
362 struct list_head *pos, *list; in tplg_elem_type_lookup()
377 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_type_lookup()
388 void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list) in tplg_elem_insert()
390 struct list_head *pos, *p = &(elem_p->list); in tplg_elem_insert()
[all …]
/third_party/node/deps/cares/src/lib/
Dares_cancel.c30 struct list_node* list_head; in ares_cancel() local
40 list_head = &(channel->all_queries); in ares_cancel()
41 list_head_copy.prev = list_head->prev; in ares_cancel()
42 list_head_copy.next = list_head->next; in ares_cancel()
45 list_head->prev = list_head; in ares_cancel()
46 list_head->next = list_head; in ares_cancel()
/third_party/lwip/test/unit/core/
Dtest_timers.c14 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_setup() local
15 old_list_head = *list_head; in timers_setup()
16 *list_head = NULL; in timers_setup()
22 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_teardown() local
23 *list_head = old_list_head; in timers_teardown()
49 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_cyclic_timers() local
63 …fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + test_cyclic.interval_ms - HANDLER_EXECUTI… in do_test_cyclic_timers()
80 fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + test_cyclic.interval_ms)); in do_test_cyclic_timers()
130 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_timers() local
142 fail_unless((*list_head)->time == (u32_t)(lwip_sys_now + 5)); in do_test_timers()
[all …]
/third_party/libdrm/
Dutil_double_list.h41 struct list_head struct
43 struct list_head *prev; argument
44 struct list_head *next; argument
47 static inline void list_inithead(struct list_head *item) in list_inithead()
53 static inline void list_add(struct list_head *item, struct list_head *list) in list_add()
61 static inline void list_addtail(struct list_head *item, struct list_head *list) in list_addtail()
69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace()
77 static inline void list_del(struct list_head *item) in list_del()
83 static inline void list_delinit(struct list_head *item) in list_delinit()
/third_party/alsa-lib/src/mixer/
Dmixer_local.h27 struct list_head list;
30 typedef struct list_head bag_t;
39 typedef struct list_head *bag_iterator_t;
46 struct list_head list;
56 struct list_head list; /* links for list of all elems */
67 struct list_head slaves; /* list of all slaves */
68 struct list_head classes; /* list of all elem classes */
69 struct list_head elems; /* list of all elems */
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dgpir.h144 struct list_head pred_link;
146 struct list_head succ_link;
153 struct list_head list;
163 struct list_head succ_list;
165 struct list_head pred_list;
214 struct list_head list;
224 struct list_head reg_link;
270 struct list_head list;
339 struct list_head list;
340 struct list_head node_list;
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.h82 struct list_head head;
85 struct list_head bucket_head;
113 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS];
117 struct list_head unused;
120 struct list_head validated;
123 struct list_head invalidated;
126 struct list_head empty;
/third_party/alsa-lib/modules/mixer/simple/
Dsbase.h57 struct list_head list;
68 struct list_head helems;
79 struct list_head list;
85 struct list_head list;
102 struct list_head selectors;
103 struct list_head sids;
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h39 dump_types(struct dxil_dumper *buf, struct list_head *list);
41 dump_gvars(struct dxil_dumper *buf, struct list_head *list);
43 dump_constants(struct dxil_dumper *buf, struct list_head *list);
45 dump_funcs(struct dxil_dumper *buf, struct list_head *list);
47 dump_attr_set_list(struct dxil_dumper *buf, struct list_head *list);
49 dump_instrs(struct dxil_dumper *buf, struct list_head *list);
51 dump_mdnodes(struct dxil_dumper *buf, struct list_head *list);
55 dump_named_nodes(struct dxil_dumper *d, struct list_head *list);
Ddxil_internal.h72 struct list_head head;
90 struct list_head head;
100 struct list_head head;
116 struct list_head head;
252 struct list_head head;
265 struct list_head head;
289 struct list_head head;
297 struct list_head head;
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h54 struct list_head list;
72 struct list_head list;
103 struct list_head list;
137 struct list_head list;
190 struct list_head list;
207 struct list_head alu;
208 struct list_head tex;
209 struct list_head vtx;
210 struct list_head gds;
261 struct list_head cf;
/third_party/libdrm/etnaviv/
Detnaviv_priv.h52 struct list_head list;
112 struct list_head list; /* bucket-list entry */
159 struct list_head domains;
165 struct list_head head;
166 struct list_head signals;
173 struct list_head head;

12345678910>>...13