Searched refs:list_for_each_entry (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | dag.c | 203 list_for_each_entry(struct dag_node, node, &dag->heads, link) { in dag_traverse_bottom_up() 282 list_for_each_entry(struct dag_node, node, &dag->heads, link) { in dag_validate()
|
D | vma.c | 38 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
|
D | list.h | 236 #define list_for_each_entry(type, pos, head, member) \ macro
|
D | ralloc.c | 930 list_for_each_entry(gc_slab, slab, &ctx->slabs[i].slabs, link) { in gc_sweep_end()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.h | 57 #define list_for_each_entry(ref, head, member) \ macro
|
D | wifi_hal.cpp | 1864 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1901 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 2233 list_for_each_entry(reg, &info->monitor_sockets, list) { in internal_valid_message_handler()
|
D | wifilogger_diag.cpp | 2734 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.h | 57 #define list_for_each_entry(ref, head, member) \ macro
|
D | wifi_hal.cpp | 1779 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 1819 list_for_each_entry(reg, &info->monitor_sockets, list) { in register_monitor_sock() 2134 list_for_each_entry(reg, &info->monitor_sockets, list) { in internal_valid_message_handler()
|
D | wifilogger_diag.cpp | 2703 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_debug_utils.c | 44 list_for_each_entry(struct vk_debug_utils_messenger, messenger, in vk_debug_message() 77 list_for_each_entry(struct vk_debug_utils_messenger, messenger, in vk_debug_message_instance()
|
D | vk_queue.h | 213 list_for_each_entry(struct vk_queue, queue, &(device)->queues, link)
|
D | vk_debug_report.c | 119 list_for_each_entry(struct vk_debug_report_callback, cb, in debug_report()
|
D | vk_instance.c | 466 list_for_each_entry(struct vk_physical_device, pdevice, in vk_common_EnumeratePhysicalDevices() 488 list_for_each_entry(struct vk_physical_device, pdevice, in vk_common_EnumeratePhysicalDeviceGroups()
|
D | vk_sync_timeline.c | 329 list_for_each_entry(struct vk_sync_timeline_point, point, in vk_sync_timeline_get_point_locked()
|
/hardware/google/gfxstream/guest/mesa/src/ |
D | .clang-format | 79 - list_for_each_entry
|
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | u_trace.c | 523 list_for_each_entry (struct u_trace_context, utctx, &ctx_list, node) { in u_trace_perfetto_start() 542 list_for_each_entry (struct u_trace_context, utctx, &ctx_list, node) { in u_trace_perfetto_stop() 853 list_for_each_entry (struct u_trace_chunk, chunk, &ut->trace_chunks, in u_trace_flush()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_display.c | 2248 list_for_each_entry(struct wsi_display_fence, fence, in udev_event_listener_thread()
|