Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_resource.c175 } while (!ttm_lru_item_is_res(lru)); in ttm_lru_prev_res()
187 } while (!ttm_lru_item_is_res(lru)); in ttm_lru_next_res()
621 if (ttm_lru_item_is_res(lru)) { in ttm_resource_manager_next()
652 if (ttm_lru_item_is_res(lru)) in ttm_lru_first_res_or_null()
/linux-6.12.1/include/drm/ttm/
Dttm_resource.h84 static inline bool ttm_lru_item_is_res(const struct ttm_lru_item *item) in ttm_lru_item_is_res() function