Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c774 bool *needs_unlock) in ttm_lru_walk_trylock() argument
776 *needs_unlock = false; in ttm_lru_walk_trylock()
779 *needs_unlock = true; in ttm_lru_walk_trylock()
793 bool *needs_unlock) in ttm_lru_walk_ticketlock() argument
804 *needs_unlock = true; in ttm_lru_walk_ticketlock()
928 if (curs->needs_unlock) in ttm_bo_lru_cursor_cleanup_bo()
982 if (!ttm_lru_walk_trylock(curs->ctx, bo, &curs->needs_unlock)) in ttm_bo_from_res_reserved()
986 if (curs->needs_unlock) in ttm_bo_from_res_reserved()
/linux-6.15/include/drm/ttm/
H A Dttm_bo.h513 bool needs_unlock; member