Symbol: ttm_mem_global
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
117
global_ref->size = sizeof(struct ttm_mem_global);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
393
struct ttm_mem_global *mem_glob;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
417
struct ttm_mem_global *mem_glob;
sys/dev/drm/include/drm/ttm/ttm_memory.h
83
extern int ttm_mem_global_init(struct ttm_mem_global *glob);
sys/dev/drm/include/drm/ttm/ttm_memory.h
84
extern void ttm_mem_global_release(struct ttm_mem_global *glob);
sys/dev/drm/include/drm/ttm/ttm_memory.h
85
extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
sys/dev/drm/include/drm/ttm/ttm_memory.h
87
extern void ttm_mem_global_free(struct ttm_mem_global *glob,
sys/dev/drm/include/drm/ttm/ttm_memory.h
89
extern int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
sys/dev/drm/include/drm/ttm/ttm_memory.h
92
extern void ttm_mem_global_free_page(struct ttm_mem_global *glob,
sys/dev/drm/include/drm/ttm/ttm_memory.h
95
extern uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob);
sys/dev/drm/include/drm/ttm/ttm_memory.h
96
extern bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
37
int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
81
int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
98
static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob,
sys/dev/drm/radeon/radeon_ttm.c
85
global_ref->size = sizeof(struct ttm_mem_global);
sys/dev/drm/ttm/ttm_bo.c
1207
struct ttm_mem_global *mem_glob = bdev->glob->mem_glob;
sys/dev/drm/ttm/ttm_memory.c
109
static void ttm_check_swapping(struct ttm_mem_global *glob);
sys/dev/drm/ttm/ttm_memory.c
171
struct ttm_mem_global *glob =
sys/dev/drm/ttm/ttm_memory.c
172
container_of(kobj, struct ttm_mem_global, kobj);
sys/dev/drm/ttm/ttm_memory.c
181
static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
213
static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq,
sys/dev/drm/ttm/ttm_memory.c
237
struct ttm_mem_global *glob =
sys/dev/drm/ttm/ttm_memory.c
238
container_of(work, struct ttm_mem_global, work);
sys/dev/drm/ttm/ttm_memory.c
243
static int ttm_mem_init_kernel_zone(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
269
static int ttm_mem_init_dma32_zone(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
311
int ttm_mem_global_init(struct ttm_mem_global *glob)
sys/dev/drm/ttm/ttm_memory.c
362
void ttm_mem_global_release(struct ttm_mem_global *glob)
sys/dev/drm/ttm/ttm_memory.c
384
static void ttm_check_swapping(struct ttm_mem_global *glob)
sys/dev/drm/ttm/ttm_memory.c
406
static void ttm_mem_global_free_zone(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
423
void ttm_mem_global_free(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
44
struct ttm_mem_global *glob;
sys/dev/drm/ttm/ttm_memory.c
441
ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
462
static int ttm_mem_global_reserve(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
502
static int ttm_mem_global_alloc_zone(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
523
int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
sys/dev/drm/ttm/ttm_memory.c
535
int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
sys/dev/drm/ttm/ttm_memory.c
556
void ttm_mem_global_free_page(struct ttm_mem_global *glob, struct page *page,
sys/dev/drm/ttm/ttm_memory.c
589
uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob)
sys/dev/drm/ttm/ttm_page_alloc.c
812
int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages)
sys/dev/drm/ttm/ttm_page_alloc.c
871
struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob;
sys/dev/drm/ttm/ttm_page_alloc.c
892
struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
1157
int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
886
struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob;
sys/dev/drm/ttm/ttm_page_alloc_dma.c
991
struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob;