Searched refs:reservations_pending (Results 1 – 2 of 2) sorted by relevance
307 list_for_each_entry_safe(rsv, temp, &mgr->reservations_pending, blocks) { in amdgpu_vram_mgr_do_reserve()354 list_add_tail(&rsv->blocks, &mgr->reservations_pending); in amdgpu_vram_mgr_reserve_range()380 list_for_each_entry(rsv, &mgr->reservations_pending, blocks) { in amdgpu_vram_mgr_query_page_status()927 INIT_LIST_HEAD(&mgr->reservations_pending); in amdgpu_vram_mgr_init()964 list_for_each_entry_safe(rsv, temp, &mgr->reservations_pending, blocks) in amdgpu_vram_mgr_fini()
34 struct list_head reservations_pending; member