Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c821 static bool ttm_lru_walk_trylock(struct ttm_bo_lru_cursor *curs, in ttm_lru_walk_trylock()
841 static int ttm_lru_walk_ticketlock(struct ttm_bo_lru_cursor *curs, in ttm_lru_walk_ticketlock()
903 struct ttm_bo_lru_cursor cursor; in ttm_lru_walk_for_evict()
923 static void ttm_bo_lru_cursor_cleanup_bo(struct ttm_bo_lru_cursor *curs) in ttm_bo_lru_cursor_cleanup_bo()
940 void ttm_bo_lru_cursor_fini(struct ttm_bo_lru_cursor *curs) in ttm_bo_lru_cursor_fini()
961 struct ttm_bo_lru_cursor *
962 ttm_bo_lru_cursor_init(struct ttm_bo_lru_cursor *curs, in ttm_bo_lru_cursor_init()
975 __ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs) in __ttm_bo_lru_cursor_next()
1047 struct ttm_buffer_object *ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs) in ttm_bo_lru_cursor_next()
1061 struct ttm_buffer_object *ttm_bo_lru_cursor_first(struct ttm_bo_lru_cursor *curs) in ttm_bo_lru_cursor_first()
/linux/drivers/gpu/drm/xe/
H A Dxe_shrinker.c67 struct ttm_bo_lru_cursor curs; in __xe_shrinker_walk()