Home
last modified time | relevance | path

Searched refs:free_points (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync_timeline.c81 list_inithead(&timeline->free_points); in vk_sync_timeline_init()
93 &timeline->free_points, link) { in vk_sync_timeline_finish()
140 if (list_is_empty(&timeline->free_points)) { in vk_sync_timeline_alloc_point_locked()
162 point = list_first_entry(&timeline->free_points, in vk_sync_timeline_alloc_point_locked()
200 list_add(&point->link, &timeline->free_points); in vk_sync_timeline_point_free_locked()
Dvk_sync_timeline.h88 struct list_head free_points; member