HomeSort by: relevance | last modified time | path
    Searched defs:ttm_bo_cleanup_refs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 540 * function ttm_bo_cleanup_refs
552 static int ttm_bo_cleanup_refs(struct ttm_buffer_object *bo, function in typeref:typename:int
622 * Traverse the delayed list, and call ttm_bo_cleanup_refs on all
647 ttm_bo_cleanup_refs(bo, false, !remove_all, true);
650 ttm_bo_cleanup_refs(bo, false, !remove_all, true);
905 ret = ttm_bo_cleanup_refs(bo, ctx->interruptible,
1940 ret = ttm_bo_cleanup_refs(bo, false, false, locked);

Completed in 12 milliseconds