/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.cpp | 32 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()
|
D | list.h | 32 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);
|
D | wifihal_internal.h | 52 struct list_head list;
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.cpp | 32 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()
|
D | list.h | 32 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);
|
D | wifihal_internal.h | 52 struct list_head list;
|
D | common.h | 124 struct list_head monitor_sockets; // list of monitor sockets
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | list.h | 47 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 …]
|
D | dag.h | 43 struct list_head link; 50 struct list_head heads;
|
D | u_debug_memory.c | 65 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()
|
D | disk_cache_os.c | 165 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()
|
D | vma.h | 37 struct list_head holes;
|
D | u_queue.h | 223 struct list_head head;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_instance.h | 110 struct list_head callbacks; 118 struct list_head instance_callbacks; 121 struct list_head callbacks; 130 struct list_head list;
|
D | vk_sync_timeline.h | 49 struct list_head link; 87 struct list_head pending_points; 88 struct list_head free_points;
|
D | vk_command_pool.h | 54 struct list_head command_buffers; 57 struct list_head free_command_buffers;
|
D | vk_queue.h | 49 struct list_head link; 95 struct list_head submits; 219 struct list_head link;
|
D | vk_debug_utils.h | 37 struct list_head link;
|
D | vk_physical_device.h | 49 struct list_head link;
|
D | vk_command_buffer.h | 123 struct list_head pool_link;
|
D | vk_debug_report.c | 35 struct list_head link;
|
D | vk_device.h | 149 struct list_head queues;
|
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | u_trace.h | 188 struct list_head node; 203 struct list_head flushed_trace_chunks; 220 struct list_head
|
D | u_trace.c | 52 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/ |
D | wsi_common.h | 133 struct list_head hotplug_fences;
|