Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c176 } while (!ttm_lru_item_is_res(lru)); in ttm_lru_prev_res()
188 } while (!ttm_lru_item_is_res(lru)); in ttm_lru_next_res()
637 if (ttm_lru_item_is_res(lru)) { in ttm_resource_manager_next()
668 if (ttm_lru_item_is_res(lru)) in ttm_lru_first_res_or_null()
/linux/include/drm/ttm/
H A Dttm_resource.h84 static inline bool ttm_lru_item_is_res(const struct ttm_lru_item *item) in ttm_lru_item_is_res() function