Searched refs:va_holes (Results 1 – 2 of 2) sorted by relevance
/external/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() 87 LIST_FOR_EACH_ENTRY_SAFE_REV(hole, n, &mgr->va_holes, list) { in amdgpu_vamgr_find_va() 144 hole = container_of(&mgr->va_holes, hole, list); in amdgpu_vamgr_free_va() 145 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) { in amdgpu_vamgr_free_va() 151 if (&hole->list != &mgr->va_holes) { in amdgpu_vamgr_free_va() 158 &next->list != &mgr->va_holes && in amdgpu_vamgr_free_va() 169 if (next != hole && &next->list != &mgr->va_holes && in amdgpu_vamgr_free_va()
|
D | amdgpu_internal.h | 54 struct list_head va_holes; member
|