Symbol: ttm_bo_lru_cursor
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
511
void ttm_bo_lru_cursor_fini(struct ttm_bo_lru_cursor *curs);
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
513
struct ttm_bo_lru_cursor *
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
514
ttm_bo_lru_cursor_init(struct ttm_bo_lru_cursor *curs,
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
518
struct ttm_buffer_object *ttm_bo_lru_cursor_first(struct ttm_bo_lru_cursor *curs);
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
520
struct ttm_buffer_object *ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs);
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
525
DEFINE_CLASS(ttm_bo_lru_cursor, struct ttm_bo_lru_cursor *,
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
528
struct ttm_bo_lru_cursor *curs, struct ttm_resource_manager *man,
sys/dev/pci/drm/include/drm/ttm/ttm_bo.h
558
scoped_guard(ttm_bo_lru_cursor, _cursor, _man, _arg) \
sys/dev/pci/drm/ttm/ttm_bo_util.c
1054
struct ttm_buffer_object *ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs)
sys/dev/pci/drm/ttm/ttm_bo_util.c
1068
struct ttm_buffer_object *ttm_bo_lru_cursor_first(struct ttm_bo_lru_cursor *curs)
sys/dev/pci/drm/ttm/ttm_bo_util.c
827
static bool ttm_lru_walk_trylock(struct ttm_bo_lru_cursor *curs,
sys/dev/pci/drm/ttm/ttm_bo_util.c
847
static int ttm_lru_walk_ticketlock(struct ttm_bo_lru_cursor *curs,
sys/dev/pci/drm/ttm/ttm_bo_util.c
910
struct ttm_bo_lru_cursor cursor;
sys/dev/pci/drm/ttm/ttm_bo_util.c
930
static void ttm_bo_lru_cursor_cleanup_bo(struct ttm_bo_lru_cursor *curs)
sys/dev/pci/drm/ttm/ttm_bo_util.c
947
void ttm_bo_lru_cursor_fini(struct ttm_bo_lru_cursor *curs)
sys/dev/pci/drm/ttm/ttm_bo_util.c
968
struct ttm_bo_lru_cursor *
sys/dev/pci/drm/ttm/ttm_bo_util.c
969
ttm_bo_lru_cursor_init(struct ttm_bo_lru_cursor *curs,
sys/dev/pci/drm/ttm/ttm_bo_util.c
982
__ttm_bo_lru_cursor_next(struct ttm_bo_lru_cursor *curs)