Home
last modified time | relevance | path

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

12

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.cpp32 void INITIALISE_LIST(struct list_head *list) in INITIALISE_LIST()
38 void list_add(struct list_head *latest, in list_add()
39 struct list_head *prev, struct list_head *next) in list_add()
47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail()
57 void list_del(struct list_head *prev, struct list_head *next) in list_del()
63 void del_from_list(struct list_head *record) in del_from_list()
70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list()
Dlist.h32 struct list_head { struct
33 struct list_head *next, *prev; argument
36 void INITIALISE_LIST(struct list_head *list);
37 void list_add(struct list_head *latest, struct list_head *prev,
38 struct list_head *next);
39 void add_to_list(struct list_head *latest, struct list_head *head);
40 void list_add_tail(struct list_head *latest, struct list_head *head);
41 void list_del(struct list_head *prev, struct list_head *next);
42 void del_from_list(struct list_head *record);
43 void replace_in_list(struct list_head *old, struct list_head *latest);
Dwifihal_internal.h52 struct list_head list;
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.cpp32 void INITIALISE_LIST(struct list_head *list) in INITIALISE_LIST()
38 void list_add(struct list_head *latest, in list_add()
39 struct list_head *prev, struct list_head *next) in list_add()
47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail()
57 void list_del(struct list_head *prev, struct list_head *next) in list_del()
63 void del_from_list(struct list_head *record) in del_from_list()
70 void replace_in_list(struct list_head *old, struct list_head *latest) in replace_in_list()
Dlist.h32 struct list_head { struct
33 struct list_head *next, *prev; argument
36 void INITIALISE_LIST(struct list_head *list);
37 void list_add(struct list_head *latest, struct list_head *prev,
38 struct list_head *next);
39 void add_to_list(struct list_head *latest, struct list_head *head);
40 void list_add_tail(struct list_head *latest, struct list_head *head);
41 void list_del(struct list_head *prev, struct list_head *next);
42 void del_from_list(struct list_head *record);
43 void replace_in_list(struct list_head *old, struct list_head *latest);
Dwifihal_internal.h52 struct list_head list;
Dcommon.h124 struct list_head monitor_sockets; // list of monitor sockets
/hardware/google/gfxstream/guest/mesa/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 …]
Ddag.h43 struct list_head link;
50 struct list_head heads;
Du_debug_memory.c65 struct list_head head;
89 static struct list_head list = { &list, &list };
303 struct list_head *entry; in debug_memory_end()
413 struct list_head *entry; in debug_memory_check()
Ddisk_cache_os.c165 struct list_head node;
172 free_lru_file_list(struct list_head *lru_file_list) in free_lru_file_list()
190 static struct list_head *
230 struct list_head *lru_file_list = malloc(sizeof(struct list_head)); in choose_lru_file_matching()
264 struct list_head *list_node = lru_file_list; in choose_lru_file_matching()
332 struct list_head *lru_file_list = in unlink_lru_file_from_directory()
471 struct list_head *lru_file_list = in disk_cache_evict_lru_item()
Dvma.h37 struct list_head holes;
Du_queue.h223 struct list_head head;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_instance.h110 struct list_head callbacks;
118 struct list_head instance_callbacks;
121 struct list_head callbacks;
130 struct list_head list;
Dvk_sync_timeline.h49 struct list_head link;
87 struct list_head pending_points;
88 struct list_head free_points;
Dvk_command_pool.h54 struct list_head command_buffers;
57 struct list_head free_command_buffers;
Dvk_queue.h49 struct list_head link;
95 struct list_head submits;
219 struct list_head link;
Dvk_debug_utils.h37 struct list_head link;
Dvk_physical_device.h49 struct list_head link;
Dvk_command_buffer.h123 struct list_head pool_link;
Dvk_debug_report.c35 struct list_head link;
Dvk_device.h149 struct list_head queues;
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_trace.h188 struct list_head node;
203 struct list_head flushed_trace_chunks;
220 struct list_head
Du_trace.c52 static struct list_head ctx_list = { &ctx_list, &ctx_list };
79 struct list_head node;
299 free_chunks(struct list_head *chunks) in free_chunks()
644 struct list_head *chunks = &utctx->flushed_trace_chunks; in u_trace_context_process()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h133 struct list_head hotplug_fences;

12