Searched refs:ttm_bo_swapout (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ttm/ |
H A D | ttm_bo_api.h | 587 int ttm_bo_swapout(struct ttm_bo_global *glob,
|
/kernel/linux/linux-6.6/include/drm/ttm/ |
H A D | ttm_bo.h | 376 int ttm_bo_swapout(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
H A D | ttm_device.c | 164 ret = ttm_bo_swapout(bo, ctx, gfp_flags); in ttm_device_swapout() 165 /* ttm_bo_swapout has dropped the lru_lock */ in ttm_device_swapout()
|
H A D | ttm_bo.c | 1125 int ttm_bo_swapout(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx, in ttm_bo_swapout() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 1521 int ttm_bo_swapout(struct ttm_bo_global *glob, struct ttm_operation_ctx *ctx) in ttm_bo_swapout() function 1612 EXPORT_SYMBOL(ttm_bo_swapout); variable 1621 while (ttm_bo_swapout(&ttm_bo_glob, &ctx) == 0); in ttm_bo_swapout_all()
|
H A D | ttm_memory.c | 278 ret = ttm_bo_swapout(&ttm_bo_glob, ctx); in ttm_shrink()
|
Completed in 7 milliseconds