Searched defs:glob (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/drivers/gpu/drm/ttm/ |
D | ttm_memory.c | 42 struct ttm_mem_global *glob; member 170 struct ttm_mem_global *glob = in ttm_mem_global_kobj_release() local 180 static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob, in ttm_zones_above_swap_target() 212 static void ttm_shrink(struct ttm_mem_global *glob, bool from_wq, in ttm_shrink() 238 struct ttm_mem_global *glob = in ttm_shrink_work() local 244 static int ttm_mem_init_kernel_zone(struct ttm_mem_global *glob, in ttm_mem_init_kernel_zone() 276 static int ttm_mem_init_highmem_zone(struct ttm_mem_global *glob, in ttm_mem_init_highmem_zone() 311 static int ttm_mem_init_dma32_zone(struct ttm_mem_global *glob, in ttm_mem_init_dma32_zone() 359 int ttm_mem_global_init(struct ttm_mem_global *glob) in ttm_mem_global_init() 406 void ttm_mem_global_release(struct ttm_mem_global *glob) in ttm_mem_global_release() [all …]
|
D | ttm_execbuf_util.c | 88 struct ttm_bo_global *glob = bo->glob; in ttm_eu_wait_unreserved_locked() local 104 struct ttm_bo_global *glob; in ttm_eu_backoff_reservation() local 131 struct ttm_bo_global *glob; in ttm_eu_reserve_buffers() local 207 struct ttm_bo_global *glob; in ttm_eu_fence_buffer_objects() local
|
D | ttm_bo.c | 107 struct ttm_bo_global *glob = in ttm_bo_global_show() local 220 struct ttm_bo_global *glob = bo->glob; in ttm_bo_reserve_locked() local 287 struct ttm_bo_global *glob = bo->glob; in ttm_bo_reserve() local 312 struct ttm_bo_global *glob = bo->glob; in ttm_bo_unreserve() local 326 struct ttm_bo_global *glob = bo->glob; in ttm_bo_add_ttm() local 491 struct ttm_bo_global *glob = bo->glob; in ttm_bo_cleanup_refs_or_queue() local 561 struct ttm_bo_global *glob = bo->glob; in ttm_bo_cleanup_refs() local 622 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_delayed_delete() local 786 struct ttm_bo_global *glob = bdev->glob; in ttm_mem_evict_first() local 1330 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_force_list_clean() local [all …]
|
D | ttm_page_alloc.c | 806 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) in ttm_page_alloc_init()
|
D | ttm_page_alloc_dma.c | 1061 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) in ttm_dma_page_alloc_init()
|
/linux-3.3/include/drm/ttm/ |
D | ttm_memory.h | 117 static inline int ttm_mem_register_shrink(struct ttm_mem_global *glob, in ttm_mem_register_shrink() 138 static inline void ttm_mem_unregister_shrink(struct ttm_mem_global *glob, in ttm_mem_unregister_shrink()
|
D | ttm_page_alloc.h | 85 static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, in ttm_dma_page_alloc_init()
|
D | ttm_bo_driver.h | 119 struct ttm_bo_global *glob; member 539 struct ttm_bo_global *glob; member
|
D | ttm_bo_api.h | 197 struct ttm_bo_global *glob; member
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_global.c | 42 static struct drm_global_item glob[DRM_GLOBAL_NUM]; variable
|
/linux-3.3/kernel/trace/ |
D | trace_functions.c | 311 ftrace_trace_onoff_unreg(char *glob, char *cmd, char *param) in ftrace_trace_onoff_unreg() 328 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback()
|
D | ftrace.c | 2845 register_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops, in register_ftrace_function_probe() 2919 __unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops, in __unregister_ftrace_function_probe() 2972 unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops, in unregister_ftrace_function_probe() 2980 unregister_ftrace_function_probe_func(char *glob, struct ftrace_probe_ops *ops) in unregister_ftrace_function_probe_func() 2985 void unregister_ftrace_function_probe_all(char *glob) in unregister_ftrace_function_probe_all()
|
/linux-3.3/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 863 struct ttm_bo_global *glob = rdev->mman.bdev.glob; in radeon_mm_dump_table() local
|