Symbol: ttm_bo_lru_cursor
drivers/gpu/drm/ttm/ttm_bo_util.c
1047
struct ttm_buffer_object *ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs)
drivers/gpu/drm/ttm/ttm_bo_util.c
1061
struct ttm_buffer_object *ttm_bo_lru_cursor_first(struct ttm_bo_lru_cursor *curs)
drivers/gpu/drm/ttm/ttm_bo_util.c
821
static bool ttm_lru_walk_trylock(struct ttm_bo_lru_cursor *curs,
drivers/gpu/drm/ttm/ttm_bo_util.c
841
static int ttm_lru_walk_ticketlock(struct ttm_bo_lru_cursor *curs,
drivers/gpu/drm/ttm/ttm_bo_util.c
903
struct ttm_bo_lru_cursor cursor;
drivers/gpu/drm/ttm/ttm_bo_util.c
923
static void ttm_bo_lru_cursor_cleanup_bo(struct ttm_bo_lru_cursor *curs)
drivers/gpu/drm/ttm/ttm_bo_util.c
940
void ttm_bo_lru_cursor_fini(struct ttm_bo_lru_cursor *curs)
drivers/gpu/drm/ttm/ttm_bo_util.c
961
struct ttm_bo_lru_cursor *
drivers/gpu/drm/ttm/ttm_bo_util.c
962
ttm_bo_lru_cursor_init(struct ttm_bo_lru_cursor *curs,
drivers/gpu/drm/ttm/ttm_bo_util.c
975
__ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs)
drivers/gpu/drm/xe/xe_shrinker.c
67
struct ttm_bo_lru_cursor curs;
include/drm/ttm/ttm_bo.h
494
void ttm_bo_lru_cursor_fini(struct ttm_bo_lru_cursor *curs);
include/drm/ttm/ttm_bo.h
496
struct ttm_bo_lru_cursor *
include/drm/ttm/ttm_bo.h
497
ttm_bo_lru_cursor_init(struct ttm_bo_lru_cursor *curs,
include/drm/ttm/ttm_bo.h
501
struct ttm_buffer_object *ttm_bo_lru_cursor_first(struct ttm_bo_lru_cursor *curs);
include/drm/ttm/ttm_bo.h
503
struct ttm_buffer_object *ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs);
include/drm/ttm/ttm_bo.h
508
DEFINE_CLASS(ttm_bo_lru_cursor, struct ttm_bo_lru_cursor *,
include/drm/ttm/ttm_bo.h
511
struct ttm_bo_lru_cursor *curs, struct ttm_resource_manager *man,
include/drm/ttm/ttm_bo.h
541
scoped_guard(ttm_bo_lru_cursor, _cursor, _man, _arg) \