Home
last modified time | relevance | path

Searched refs:ttm_bo_swapout (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h761 int ttm_bo_swapout(struct ttm_bo_global *glob,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1694 int ttm_bo_swapout(struct ttm_bo_global *glob, struct ttm_operation_ctx *ctx) in ttm_bo_swapout() function
1779 EXPORT_SYMBOL(ttm_bo_swapout);
1788 while (ttm_bo_swapout(bdev->glob, &ctx) == 0) in ttm_bo_swapout_all()
H A Dttm_memory.c222 ret = ttm_bo_swapout(glob->bo_glob, ctx); in ttm_shrink()