drm_mem_stats     176 include/drm/drmP.h 	       drm_mem_stats[area].name , ##arg)
drm_mem_stats      48 include/drm/drm_memory_debug.h static drm_mem_stats_t drm_mem_stats[] =
drm_mem_stats      79 include/drm/drm_memory_debug.h 	for (mem = drm_mem_stats; mem->name; ++mem) {
drm_mem_stats     117 include/drm/drm_memory_debug.h 	for (pt = drm_mem_stats; pt->name; pt++) {
drm_mem_stats     156 include/drm/drm_memory_debug.h 		++drm_mem_stats[area].fail_count;
drm_mem_stats     161 include/drm/drm_memory_debug.h 	++drm_mem_stats[area].succeed_count;
drm_mem_stats     162 include/drm/drm_memory_debug.h 	drm_mem_stats[area].bytes_allocated += size;
drm_mem_stats     198 include/drm/drm_memory_debug.h 	drm_mem_stats[area].bytes_freed += size;
drm_mem_stats     199 include/drm/drm_memory_debug.h 	free_count = ++drm_mem_stats[area].free_count;
drm_mem_stats     200 include/drm/drm_memory_debug.h 	alloc_count = drm_mem_stats[area].succeed_count;
drm_mem_stats     220 include/drm/drm_memory_debug.h 		++drm_mem_stats[DRM_MEM_TOTALAGP].succeed_count;
drm_mem_stats     221 include/drm/drm_memory_debug.h 		drm_mem_stats[DRM_MEM_TOTALAGP].bytes_allocated
drm_mem_stats     227 include/drm/drm_memory_debug.h 	++drm_mem_stats[DRM_MEM_TOTALAGP].fail_count;
drm_mem_stats     245 include/drm/drm_memory_debug.h 		free_count = ++drm_mem_stats[DRM_MEM_TOTALAGP].free_count;
drm_mem_stats     246 include/drm/drm_memory_debug.h 		alloc_count = drm_mem_stats[DRM_MEM_TOTALAGP].succeed_count;
drm_mem_stats     247 include/drm/drm_memory_debug.h 		drm_mem_stats[DRM_MEM_TOTALAGP].bytes_freed
drm_mem_stats     271 include/drm/drm_memory_debug.h 		++drm_mem_stats[DRM_MEM_BOUNDAGP].succeed_count;
drm_mem_stats     272 include/drm/drm_memory_debug.h 		drm_mem_stats[DRM_MEM_BOUNDAGP].bytes_allocated
drm_mem_stats     278 include/drm/drm_memory_debug.h 	++drm_mem_stats[DRM_MEM_BOUNDAGP].fail_count;
drm_mem_stats     297 include/drm/drm_memory_debug.h 	free_count = ++drm_mem_stats[DRM_MEM_BOUNDAGP].free_count;
drm_mem_stats     298 include/drm/drm_memory_debug.h 	alloc_count = drm_mem_stats[DRM_MEM_BOUNDAGP].succeed_count;
drm_mem_stats     299 include/drm/drm_memory_debug.h 	drm_mem_stats[DRM_MEM_BOUNDAGP].bytes_freed