HomeSort by: relevance | last modified time | path
    Searched refs:ttm_mem_zone (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_memory.h 67 struct ttm_mem_zone;
76 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES];
78 struct ttm_mem_zone *zone_kernel;
80 struct ttm_mem_zone *zone_highmem;
82 struct ttm_mem_zone *zone_dma32;
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_memory.c 52 struct ttm_mem_zone { struct
89 struct ttm_mem_zone *zone =
90 container_of(kobj, struct ttm_mem_zone, kobj);
101 struct ttm_mem_zone *zone =
102 container_of(kobj, struct ttm_mem_zone, kobj);
129 struct ttm_mem_zone *zone =
130 container_of(kobj, struct ttm_mem_zone, kobj);
250 struct ttm_mem_zone *zone;
311 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL);
347 struct ttm_mem_zone *zone
    [all...]

Completed in 12 milliseconds