Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c826 curs->needs_unlock = false; in ttm_lru_walk_trylock()
829 curs->needs_unlock = true; in ttm_lru_walk_trylock()
853 curs->needs_unlock = true; in ttm_lru_walk_ticketlock()
928 if (curs->needs_unlock) in ttm_bo_lru_cursor_cleanup_bo()
1006 if (curs->needs_unlock) in __ttm_bo_lru_cursor_next()
/linux/include/drm/ttm/
H A Dttm_bo.h489 bool needs_unlock; member