HomeSort by: relevance | last modified time | path
    Searched refs:ttm_bo_swapout (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 752 int ttm_bo_swapout(struct ttm_bo_global *glob,
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1912 int ttm_bo_swapout(struct ttm_bo_global *glob, struct ttm_operation_ctx *ctx) function in typeref:typename:int
1998 EXPORT_SYMBOL(ttm_bo_swapout);
2007 while (ttm_bo_swapout(&ttm_bo_glob, &ctx) == 0);
ttm_memory.c 287 ret = ttm_bo_swapout(&ttm_bo_glob, ctx);

Completed in 28 milliseconds