Home
last modified time | relevance | path

Searched refs:ttm_resource_unevictable (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c274 static bool ttm_resource_unevictable(struct ttm_resource *res, struct ttm_buffer_object *bo) in ttm_resource_unevictable() function
283 if (bo->bulk_move && !ttm_resource_unevictable(res, bo)) in ttm_resource_add_bulk_move()
291 if (bo->bulk_move && !ttm_resource_unevictable(res, bo)) in ttm_resource_del_bulk_move()
303 WARN_ON_ONCE(!ttm_resource_unevictable(res, bo)); in ttm_resource_del_bulk_move_unevictable()
316 if (ttm_resource_unevictable(res, bo)) { in ttm_resource_move_to_lru_tail()
358 if (ttm_resource_unevictable(res, bo)) in ttm_resource_init()