Symbol: ttm_mem_global
sys/dev/drm2/ttm/ttm_bo.c
1229
struct ttm_mem_global *mem_glob = bdev->glob->mem_glob;
sys/dev/drm2/ttm/ttm_bo_driver.h
461
struct ttm_mem_global *mem_glob;
sys/dev/drm2/ttm/ttm_bo_driver.h
485
struct ttm_mem_global *mem_glob;
sys/dev/drm2/ttm/ttm_memory.c
124
static void ttm_mem_global_kobj_release(struct ttm_mem_global *glob)
sys/dev/drm2/ttm/ttm_memory.c
128
static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
160
static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq,
sys/dev/drm2/ttm/ttm_memory.c
186
struct ttm_mem_global *glob = arg;
sys/dev/drm2/ttm/ttm_memory.c
191
static int ttm_mem_init_kernel_zone(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
211
static int ttm_mem_init_dma32_zone(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
247
int ttm_mem_global_init(struct ttm_mem_global *glob)
sys/dev/drm2/ttm/ttm_memory.c
283
void ttm_mem_global_release(struct ttm_mem_global *glob)
sys/dev/drm2/ttm/ttm_memory.c
304
static void ttm_check_swapping(struct ttm_mem_global *glob)
sys/dev/drm2/ttm/ttm_memory.c
326
static void ttm_mem_global_free_zone(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
343
void ttm_mem_global_free(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
349
static int ttm_mem_global_reserve(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
38
struct ttm_mem_global *glob;
sys/dev/drm2/ttm/ttm_memory.c
389
static int ttm_mem_global_alloc_zone(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
410
int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
sys/dev/drm2/ttm/ttm_memory.c
424
int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.c
442
void ttm_mem_global_free_page(struct ttm_mem_global *glob, struct vm_page *page)
sys/dev/drm2/ttm/ttm_memory.c
83
static void ttm_check_swapping(struct ttm_mem_global *glob);
sys/dev/drm2/ttm/ttm_memory.h
104
static inline int ttm_mem_register_shrink(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.h
125
static inline void ttm_mem_unregister_shrink(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.h
136
extern int ttm_mem_global_init(struct ttm_mem_global *glob);
sys/dev/drm2/ttm/ttm_memory.h
137
extern void ttm_mem_global_release(struct ttm_mem_global *glob);
sys/dev/drm2/ttm/ttm_memory.h
138
extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
sys/dev/drm2/ttm/ttm_memory.h
140
extern void ttm_mem_global_free(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.h
142
extern int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_memory.h
145
extern void ttm_mem_global_free_page(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_object.c
262
struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob;
sys/dev/drm2/ttm/ttm_object.c
318
struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob;
sys/dev/drm2/ttm/ttm_object.c
417
struct ttm_object_device *ttm_object_device_init(struct ttm_mem_global
sys/dev/drm2/ttm/ttm_object.c
86
struct ttm_mem_global *mem_glob;
sys/dev/drm2/ttm/ttm_object.h
255
(struct ttm_mem_global *mem_glob, unsigned int hash_order);
sys/dev/drm2/ttm/ttm_page_alloc.c
805
int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages)
sys/dev/drm2/ttm/ttm_page_alloc.c
848
struct ttm_mem_global *mem_glob = ttm->glob->mem_glob;
sys/dev/drm2/ttm/ttm_page_alloc.h
35
int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
sys/dev/drm2/ttm/ttm_page_alloc.h
70
int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
sys/dev/drm2/ttm/ttm_page_alloc.h
86
static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
1054
int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages)
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
867
struct ttm_mem_global *mem_glob = ttm->glob->mem_glob;