ttm_bo_wait      1322 drivers/gpu/drm/nouveau/nouveau_bo.c 			WARN_ON(ttm_bo_wait(bo, false, false));
ttm_bo_wait      1373 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
ttm_bo_wait      1413 drivers/gpu/drm/nouveau/nouveau_bo.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
ttm_bo_wait       673 drivers/gpu/drm/nouveau/nouveau_gem.c 		ret = ttm_bo_wait(&nvbo->bo, false, false);
ttm_bo_wait       598 drivers/gpu/drm/qxl/qxl_cmd.c 	ret = ttm_bo_wait(&surf->tbo, true, !stall);
ttm_bo_wait        84 drivers/gpu/drm/qxl/qxl_object.h 	r = ttm_bo_wait(&bo->tbo, true, no_wait);
ttm_bo_wait       279 drivers/gpu/drm/qxl/qxl_ttm.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
ttm_bo_wait       857 drivers/gpu/drm/radeon/radeon_object.c 	r = ttm_bo_wait(&bo->tbo, true, no_wait);
ttm_bo_wait       348 drivers/gpu/drm/radeon/radeon_ttm.c 	r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
ttm_bo_wait      1838 drivers/gpu/drm/ttm/ttm_bo.c EXPORT_SYMBOL(ttm_bo_wait);
ttm_bo_wait      1851 drivers/gpu/drm/ttm/ttm_bo.c 	ret = ttm_bo_wait(bo, true, no_wait);
ttm_bo_wait      1928 drivers/gpu/drm/ttm/ttm_bo.c 	ret = ttm_bo_wait(bo, false, false);
ttm_bo_wait        62 drivers/gpu/drm/ttm/ttm_bo_util.c 		ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
ttm_bo_wait       373 drivers/gpu/drm/ttm/ttm_bo_util.c 	ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
ttm_bo_wait       694 drivers/gpu/drm/ttm/ttm_bo_util.c 		ret = ttm_bo_wait(bo, false, false);
ttm_bo_wait       817 drivers/gpu/drm/ttm/ttm_bo_util.c 		ret = ttm_bo_wait(bo, false, false);
ttm_bo_wait       847 drivers/gpu/drm/ttm/ttm_bo_util.c 		ttm_bo_wait(bo, false, false);
ttm_bo_wait       255 drivers/gpu/drm/virtio/virtgpu_object.c 	r = ttm_bo_wait(&bo->tbo, true, no_wait);
ttm_bo_wait       421 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 	ret = ttm_bo_wait(old_bo, false, false);
ttm_bo_wait       733 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 	(void) ttm_bo_wait(&vbo->base, false, false);
ttm_bo_wait       821 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c 		(void) ttm_bo_wait(bo, false, false);
ttm_bo_wait       861 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 	(void) ttm_bo_wait(bo, false, false);
ttm_bo_wait       328 include/drm/ttm/ttm_bo_api.h int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);