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);
|