Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 25 of 313) 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 …]
/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/e2fsprogs/lib/ext2fs/
Dkernel-list.h16 struct list_head { struct
17 struct list_head *next, *prev; argument
36 static __inline__ void __list_add(struct list_head * new, in __list_add()
37 struct list_head * prev, in __list_add()
38 struct list_head * next) in __list_add()
49 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
57 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
69 static __inline__ void __list_del(struct list_head * prev, in __list_del()
70 struct list_head * next) in __list_del()
76 static __inline__ void list_del(struct list_head *entry) in list_del()
[all …]
/third_party/e2fsprogs/lib/blkid/
Dlist.h32 struct list_head { struct
33 struct list_head *next, *prev; argument
48 _INLINE_ void __list_add(struct list_head * add, in __list_add()
49 struct list_head * prev, in __list_add()
50 struct list_head * next) in __list_add()
66 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add()
79 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail()
91 _INLINE_ void __list_del(struct list_head * prev, in __list_del()
92 struct list_head * next) in __list_del()
105 _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/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/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/quickjs/
Dlist.h31 struct list_head { struct
32 struct list_head *prev; argument
33 struct list_head *next; argument
42 static inline void init_list_head(struct list_head *head) in init_list_head()
49 static inline void __list_add(struct list_head *el, in __list_add()
50 struct list_head *prev, struct list_head *next) in __list_add()
59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add()
65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail()
70 static inline void list_del(struct list_head *el) in list_del()
72 struct list_head *prev, *next; in list_del()
[all …]
/third_party/iptables/libiptc/
Dlinux_list.h53 struct list_head { struct
54 struct list_head *next, *prev; argument
60 struct list_head name = LIST_HEAD_INIT(name)
72 static inline void __list_add(struct list_head *new, in __list_add()
73 struct list_head *prev, in __list_add()
74 struct list_head *next) in __list_add()
90 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
103 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
114 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu()
115 struct list_head * prev, struct list_head * next) in __list_add_rcu()
[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/util/
Dlist.h52 struct list_head struct
54 struct list_head *prev; argument
55 struct list_head *next; argument
58 static inline void list_inithead(struct list_head *item) in list_inithead()
64 static inline void list_add(struct list_head *item, struct list_head *list) in list_add()
72 static inline void list_addtail(struct list_head *item, struct list_head *list) in list_addtail()
80 static inline bool list_is_empty(const struct list_head *list);
82 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace()
94 static inline void list_del(struct list_head *item) in list_del()
101 static inline void list_delinit(struct list_head *item) in list_delinit()
[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/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/libnl/python/netlink/
Dutils.h1 struct list_head { struct
2 struct list_head *next; argument
6 struct list_head name = { &(name) }
8 static inline int list_empty(const struct list_head *head) in list_empty()
13 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
19 static inline void list_del(struct list_head *entry, struct list_head *prev) in list_del()
/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/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/mesa3d/src/gallium/drivers/lima/ir/gp/
Dgpir.h143 struct list_head pred_link;
145 struct list_head succ_link;
152 struct list_head list;
162 struct list_head succ_list;
164 struct list_head pred_list;
213 struct list_head list;
223 struct list_head reg_link;
269 struct list_head list;
338 struct list_head list;
339 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/libusb/libusb/
Dlibusbi.h121 struct list_head { struct
122 struct list_head *prev, *next; argument
167 static inline void list_init(struct list_head *entry) in list_init()
172 static inline void list_add(struct list_head *entry, struct list_head *head) in list_add()
181 static inline void list_add_tail(struct list_head *entry, in list_add_tail()
182 struct list_head *head) in list_add_tail()
191 static inline void list_del(struct list_head *entry) in list_del()
198 static inline void list_cut(struct list_head *list, struct list_head *head) in list_cut()
213 static inline void list_splice_front(struct list_head *list, struct list_head *head) in list_splice_front()
330 struct list_head usb_devs;
[all …]
/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/amd/common/
Dac_rgp.h68 struct list_head list;
73 struct list_head record;
89 struct list_head list;
94 struct list_head record;
102 struct list_head list;
107 struct list_head record;

12345678910>>...13