Home
last modified time | relevance | path

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

/external/autotest/client/tests/memory_api/
Dmemory_api.py47 vma_count = 0
58 vma_count+=1
64 if expected_vma_count != vma_count:
66 logging.info("%s %s %d %d", hex(mem_start), hex(mem_len), vma_count,
/external/libdrm/intel/
Dintel_bufmgr_gem.c134 int vma_count, vma_open, vma_max; member
1185 bufmgr_gem->vma_count--; in drm_intel_gem_bo_free()
1190 bufmgr_gem->vma_count--; in drm_intel_gem_bo_free()
1194 bufmgr_gem->vma_count--; in drm_intel_gem_bo_free()
1264 bufmgr_gem->vma_count, bufmgr_gem->vma_open, bufmgr_gem->vma_max); in drm_intel_gem_bo_purge_vma_cache()
1274 while (bufmgr_gem->vma_count > limit) { in drm_intel_gem_bo_purge_vma_cache()
1286 bufmgr_gem->vma_count--; in drm_intel_gem_bo_purge_vma_cache()
1291 bufmgr_gem->vma_count--; in drm_intel_gem_bo_purge_vma_cache()
1296 bufmgr_gem->vma_count--; in drm_intel_gem_bo_purge_vma_cache()
1307 bufmgr_gem->vma_count++; in drm_intel_gem_bo_close_vma()
[all …]