Searched defs:glob (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_global.c42 static struct drm_global_item glob[DRM_GLOBAL_NUM]; variable in typeref:struct:drm_global_item
49 struct drm_global_item *item = &glob[i];
60 struct drm_global_item *item = &glob[i];
69 struct drm_global_item *item = &glob[ref->global_type];
100 struct drm_global_item *item = &glob[ref->global_type];
/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c88 struct ttm_bo_global *glob = bo->glob; local
92 spin_unlock(&glob->lru_lock);
94 spin_lock(&glob->lru_lock);
104 struct ttm_bo_global *glob; local
110 glob = entry->bo->glob;
111 spin_lock(&glob->lru_lock);
113 spin_unlock(&glob->lru_lock);
131 struct ttm_bo_global *glob; local
207 struct ttm_bo_global *glob; local
[all...]
H A Dttm_memory.c44 struct ttm_mem_global *glob; member in struct:ttm_mem_zone
92 spin_lock(&zone->glob->lock);
103 spin_unlock(&zone->glob->lock);
109 static void ttm_check_swapping(struct ttm_mem_global *glob);
129 spin_lock(&zone->glob->lock);
142 spin_unlock(&zone->glob->lock);
144 ttm_check_swapping(zone->glob);
171 struct ttm_mem_global *glob = local
174 kfree(glob);
181 static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob, argument
213 ttm_shrink(struct ttm_mem_global *glob, bool from_wq, uint64_t extra) argument
239 struct ttm_mem_global *glob = local
245 ttm_mem_init_kernel_zone(struct ttm_mem_global *glob, const struct sysinfo *si) argument
277 ttm_mem_init_highmem_zone(struct ttm_mem_global *glob, const struct sysinfo *si) argument
312 ttm_mem_init_dma32_zone(struct ttm_mem_global *glob, const struct sysinfo *si) argument
360 ttm_mem_global_init(struct ttm_mem_global *glob) argument
406 ttm_mem_global_release(struct ttm_mem_global *glob) argument
428 ttm_check_swapping(struct ttm_mem_global *glob) argument
450 ttm_mem_global_free_zone(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount) argument
467 ttm_mem_global_free(struct ttm_mem_global *glob, uint64_t amount) argument
474 ttm_mem_global_reserve(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount, bool reserve) argument
514 ttm_mem_global_alloc_zone(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t memory, bool no_wait, bool interruptible) argument
535 ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, bool no_wait, bool interruptible) argument
548 ttm_mem_global_alloc_page(struct ttm_mem_global *glob, struct page *page, bool no_wait, bool interruptible) argument
571 ttm_mem_global_free_page(struct ttm_mem_global *glob, struct page *page) argument
[all...]
H A Dttm_page_alloc.c789 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) argument
814 &glob->kobj, "pool");
842 struct ttm_mem_global *mem_glob = ttm->glob->mem_glob;
885 ttm_mem_global_free_page(ttm->glob->mem_glob,
H A Dttm_bo.c107 struct ttm_bo_global *glob = local
111 (unsigned long) atomic_read(&glob->bo_count));
152 atomic_dec(&bo->glob->bo_count);
158 ttm_mem_global_free(bdev->glob->mem_glob, acc_size);
189 list_add_tail(&bo->swap, &bo->glob->swap_lru);
220 struct ttm_bo_global *glob = bo->glob; local
244 spin_unlock(&glob->lru_lock);
246 spin_lock(&glob->lru_lock);
287 struct ttm_bo_global *glob local
312 struct ttm_bo_global *glob = bo->glob; local
326 struct ttm_bo_global *glob = bo->glob; local
491 struct ttm_bo_global *glob = bo->glob; local
561 struct ttm_bo_global *glob = bo->glob; local
622 struct ttm_bo_global *glob = bdev->glob; local
783 struct ttm_bo_global *glob = bdev->glob; local
1320 struct ttm_bo_global *glob = bdev->glob; local
1430 struct ttm_bo_global *glob = local
1440 struct ttm_bo_global *glob = ref->object; local
1451 struct ttm_bo_global *glob = ref->object; local
1495 struct ttm_bo_global *glob = bdev->glob; local
1536 ttm_bo_device_init(struct ttm_bo_device *bdev, struct ttm_bo_global *glob, struct ttm_bo_driver *driver, uint64_t file_page_offset, bool need_dma32) argument
1795 struct ttm_bo_global *glob = local
[all...]
H A Dttm_page_alloc_dma.c866 struct ttm_mem_global *mem_glob = ttm->glob->mem_glob;
979 ttm_mem_global_free_page(ttm->glob->mem_glob,
985 ttm_mem_global_free_page(ttm->glob->mem_glob,
1053 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) argument
1074 &glob->kobj, "dma_pool");
/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c864 struct ttm_bo_global *glob = rdev->mman.bdev.glob; local
866 spin_lock(&glob->lru_lock);
868 spin_unlock(&glob->lru_lock);

Completed in 127 milliseconds