Home
last modified time | relevance | path

Searched refs:list_for_each_entry (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Ddag.c203 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()
Dvma.c38 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
Dlist.h236 #define list_for_each_entry(type, pos, head, member) \ macro
Dralloc.c930 list_for_each_entry(gc_slab, slab, &ctx->slabs[i].slabs, link) { in gc_sweep_end()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.h57 #define list_for_each_entry(ref, head, member) \ macro
Dwifi_hal.cpp1864 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()
Dwifilogger_diag.cpp2734 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.h57 #define list_for_each_entry(ref, head, member) \ macro
Dwifi_hal.cpp1779 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()
Dwifilogger_diag.cpp2703 list_for_each_entry(reg, &info->monitor_sockets, list) { in diag_message_handler()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_debug_utils.c44 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()
Dvk_queue.h213 list_for_each_entry(struct vk_queue, queue, &(device)->queues, link)
Dvk_debug_report.c119 list_for_each_entry(struct vk_debug_report_callback, cb, in debug_report()
Dvk_instance.c466 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()
Dvk_sync_timeline.c329 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-format79 - list_for_each_entry
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_trace.c523 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/
Dwsi_common_display.c2248 list_for_each_entry(struct wsi_display_fence, fence, in udev_event_listener_thread()