Searched refs:va_holes (Results 1 – 2 of 2) sorted by relevance
/third_party/libdrm/amdgpu/ |
D | amdgpu_vamgr.c | 52 list_inithead(&mgr->va_holes); in amdgpu_vamgr_init() 58 list_add(&n->list, &mgr->va_holes); in amdgpu_vamgr_init() 65 LIST_FOR_EACH_ENTRY_SAFE(hole, tmp, &mgr->va_holes, list) { in amdgpu_vamgr_deinit() 118 LIST_FOR_EACH_ENTRY_SAFE_REV(hole, n, &mgr->va_holes, list) { in amdgpu_vamgr_find_va() 139 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) { in amdgpu_vamgr_find_va() 178 hole = container_of(&mgr->va_holes, hole, list); in amdgpu_vamgr_free_va() 179 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) { in amdgpu_vamgr_free_va() 185 if (&hole->list != &mgr->va_holes) { in amdgpu_vamgr_free_va() 192 &next->list != &mgr->va_holes && in amdgpu_vamgr_free_va() 203 if (next != hole && &next->list != &mgr->va_holes && in amdgpu_vamgr_free_va()
|
D | amdgpu_internal.h | 54 struct list_head va_holes; member
|