Searched refs:pending_points (Results 1 – 2 of 2) sorted by relevance
80 list_inithead(&timeline->pending_points); in vk_sync_timeline_init()99 &timeline->pending_points, link) { in vk_sync_timeline_finish()113 list_first_entry(&timeline->pending_points, in vk_sync_timeline_first_point()253 &timeline->pending_points, link) { in vk_sync_timeline_gc_locked()305 list_addtail(&point->link, &timeline->pending_points); in vk_sync_timeline_point_install()330 &timeline->pending_points, link) { in vk_sync_timeline_get_point_locked()380 assert(list_is_empty(&timeline->pending_points)); in vk_sync_timeline_signal_locked()
87 struct list_head pending_points; member