/third_party/alsa-lib/src/ucm/ |
H A D | ucm_local.h | 65 struct list_head list; 77 struct list_head list; 95 struct list_head list; 97 struct list_head transition_list; 110 struct list_head list; 116 struct list_head list; 120 struct list_head list; 125 struct list_head list; 126 struct list_head dev_list; 134 struct list_head lis [all...] |
H A D | utils.c | 64 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() 411 void uc_mgr_free_value(struct list_head *base) in uc_mgr_free_value() 413 struct list_head *pos, *npos; in uc_mgr_free_value() 424 struct list_head *pos, *npos; in uc_mgr_free_dev_list() 437 struct list_head *po in uc_mgr_put_to_dev_list() [all...] |
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 48 struct list_head name = LINUX_LIST_HEAD_INIT(name) 52 struct list_head { struct 53 struct list_head *next; 54 struct list_head *prev; 61 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 68 list_empty(const struct list_head *head) in list_empty() 75 list_empty_careful(const struct list_head *head) in list_empty_careful() 77 struct list_head *next = head->next; in list_empty_careful() 83 __list_del(struct list_head *prev, struct list_head *nex [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | list.h | 41 struct list_head { struct 42 struct list_head *next, *prev; 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 *hea [all...] |
/third_party/ltp/testcases/realtime/include/ |
H A D | list.h | 26 * access the container of the list from the list_head struct. 60 struct list_head { struct 61 struct list_head *next, *prev; 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 *hea [all...] |
/third_party/exfatprogs/include/ |
H A D | list.h | 32 struct list_head { struct 33 struct list_head *next, *prev; 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 *hea [all...] |
/third_party/alsa-lib/include/ |
H A D | list.h | 20 struct list_head { struct 21 struct list_head *next; 22 struct list_head *prev; 27 struct list_head x = { &x, &x } 30 static inline void INIT_LIST_HEAD(struct list_head *p) in INIT_LIST_HEAD() 38 /* list_entry - retrieve the original struct from list_head 39 * @p: list_head pointer 41 * @member: struct field member containing the list_head 47 * @p: iterator, a list_head pointer variable 48 * @list: list_head pointe [all...] |
/third_party/libbpf/include/linux/ |
H A D | list.h | 8 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 *entr [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.h | 55 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_task [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | tplg_local.h | 83 struct list_head tlv_list; 84 struct list_head widget_list; 85 struct list_head pcm_list; 86 struct list_head dai_list; 87 struct list_head be_list; 88 struct list_head cc_list; 89 struct list_head route_list; 90 struct list_head text_list; 91 struct list_head pdata_list; 92 struct list_head token_lis [all...] |
H A D | elem.c | 277 void tplg_ref_free_list(struct list_head *base) in tplg_ref_free_list() 279 struct list_head *pos, *npos; in tplg_ref_free_list() 320 void tplg_elem_free_list(struct list_head *base) in tplg_elem_free_list() 322 struct list_head *pos, *npos; in tplg_elem_free_list() 331 struct tplg_elem *tplg_elem_lookup(struct list_head *base, const char* id, in tplg_elem_lookup() 334 struct list_head *pos; in tplg_elem_lookup() 361 struct list_head *pos, *list; in tplg_elem_type_lookup() 376 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_type_lookup() 387 void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list) in tplg_elem_insert() 389 struct list_head *po in tplg_elem_insert() [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.h | 69 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 recor [all...] |
/third_party/mesa3d/src/util/ |
H A D | list.h | 47 struct list_head struct 49 struct list_head *prev; 50 struct list_head *next; 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 *fro [all...] |
/third_party/alsa-lib/src/mixer/ |
H A D | mixer_local.h | 27 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/libdrm/ |
H A D | util_double_list.h | 41 struct list_head struct 43 struct list_head *prev; 44 struct list_head *next; 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 *t [all...] |
/third_party/lwip/test/unit/core/ |
H A D | test_timers.c | 14 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_EXECUTION_TIME)); 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) in do_test_timers() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen_cache.h | 82 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/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | gpir.h | 144 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_lis [all...] |
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbase.h | 57 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/gallium/drivers/r600/ |
H A D | r600_asm.h | 54 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 c [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_internal.h | 72 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;
|
H A D | dxil_dump_decls.h | 39 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);
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | ppir.h | 150 struct list_head pred_link; 151 struct list_head succ_link; 155 struct list_head list; 156 struct list_head sched_list; 169 struct list_head succ_list; 170 struct list_head pred_list; 219 struct list_head list; 350 struct list_head list; 360 struct list_head succ_list; 361 struct list_head pred_lis [all...] |
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 58 struct list_head list; 84 struct list_head zombie_list; 116 struct list_head list; /* bucket-list entry */ 165 struct list_head domains; 171 struct list_head head; 172 struct list_head signals; 179 struct list_head head; 247 * Note that the list_head in etna_bo is used to track the buffers in cache
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_asm.h | 51 extern struct list_head instr_labels; 52 extern struct list_head target_labels; 89 struct list_head link; 97 struct list_head link;
|