Lines Matching refs:ttm_bo_device

115 	struct ttm_bo_device *bdev = bo->bdev;  in ttm_bo_add_mem_to_lru()
136 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_del_from_lru()
239 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_handle_move_mem()
458 static bool ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete()
501 struct ttm_bo_device *bdev = in ttm_bo_delayed_workqueue()
502 container_of(work, struct ttm_bo_device, wq.work); in ttm_bo_delayed_workqueue()
513 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_release()
584 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev) in ttm_bo_lock_delayed_workqueue()
590 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched) in ttm_bo_unlock_delayed_workqueue()
601 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_evict()
725 int ttm_mem_evict_first(struct ttm_bo_device *bdev, in ttm_mem_evict_first()
842 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_mem_force_space()
902 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_mem_placement()
938 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_mem_space()
1119 int ttm_bo_init_reserved(struct ttm_bo_device *bdev, in ttm_bo_init_reserved()
1226 int ttm_bo_init(struct ttm_bo_device *bdev, in ttm_bo_init()
1254 static size_t ttm_bo_acc_size(struct ttm_bo_device *bdev, in ttm_bo_acc_size()
1267 size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev, in ttm_bo_dma_acc_size()
1281 int ttm_bo_create(struct ttm_bo_device *bdev, in ttm_bo_create()
1308 int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_evict_mm()
1386 int ttm_bo_device_release(struct ttm_bo_device *bdev) in ttm_bo_device_release()
1419 static void ttm_bo_init_sysman(struct ttm_bo_device *bdev) in ttm_bo_init_sysman()
1434 int ttm_bo_device_init(struct ttm_bo_device *bdev, in ttm_bo_device_init()
1473 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_unmap_virtual()