Searched refs:bo_small (Results 1 – 1 of 1) sorted by relevance
764 struct ttm_buffer_object *bo_small, *bo_big; in ttm_bo_validate_swapout() local781 bo_small = kunit_kzalloc(test, sizeof(*bo_small), GFP_KERNEL); in ttm_bo_validate_swapout()782 KUNIT_ASSERT_NOT_NULL(test, bo_small); in ttm_bo_validate_swapout()790 dma_resv_unlock(bo_small->base.resv); in ttm_bo_validate_swapout()805 ttm_bo_put(bo_small); in ttm_bo_validate_swapout()896 bo_small->type = bo_type; in ttm_bo_validate_all_pinned_evict()900 ttm_bo_unreserve(bo_small); in ttm_bo_validate_all_pinned_evict()904 ttm_bo_put(bo_small); in ttm_bo_validate_all_pinned_evict()1013 bo_small->type = bo_type; in ttm_bo_validate_deleted_evict()1017 ttm_bo_unreserve(bo_small); in ttm_bo_validate_deleted_evict()[all …]