Searched refs:needs_unlock (Results 1 – 2 of 2) sorted by relevance
774 bool *needs_unlock) in ttm_lru_walk_trylock() argument776 *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() argument804 *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()
513 bool needs_unlock; member