Lines Matching defs:glob

46 	struct ttm_mem_global *glob;  member
180 struct ttm_mem_global *glob = in ttm_mem_global_show() local
201 struct ttm_mem_global *glob = in ttm_mem_global_store() local
221 struct ttm_mem_global *glob = in ttm_mem_global_kobj_release() local
243 static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob, in ttm_zones_above_swap_target()
275 static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq, in ttm_shrink()
299 struct ttm_mem_global *glob = in ttm_shrink_work() local
305 static int ttm_mem_init_kernel_zone(struct ttm_mem_global *glob, in ttm_mem_init_kernel_zone()
337 static int ttm_mem_init_highmem_zone(struct ttm_mem_global *glob, in ttm_mem_init_highmem_zone()
373 static int ttm_mem_init_dma32_zone(struct ttm_mem_global *glob, in ttm_mem_init_dma32_zone()
421 int ttm_mem_global_init(struct ttm_mem_global *glob) in ttm_mem_global_init()
469 void ttm_mem_global_release(struct ttm_mem_global *glob) in ttm_mem_global_release()
491 static void ttm_check_swapping(struct ttm_mem_global *glob) in ttm_check_swapping()
513 static void ttm_mem_global_free_zone(struct ttm_mem_global *glob, in ttm_mem_global_free_zone()
530 void ttm_mem_global_free(struct ttm_mem_global *glob, in ttm_mem_global_free()
548 ttm_check_under_lowerlimit(struct ttm_mem_global *glob, in ttm_check_under_lowerlimit()
566 static int ttm_mem_global_reserve(struct ttm_mem_global *glob, in ttm_mem_global_reserve()
606 static int ttm_mem_global_alloc_zone(struct ttm_mem_global *glob, in ttm_mem_global_alloc_zone()
627 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, in ttm_mem_global_alloc()
639 int ttm_mem_global_alloc_page(struct ttm_mem_global *glob, in ttm_mem_global_alloc_page()
660 void ttm_mem_global_free_page(struct ttm_mem_global *glob, struct page *page, in ttm_mem_global_free_page()
693 uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob) in ttm_get_kernel_zone_memory_size()