Home
last modified time | relevance | path

Searched refs:ttm_bo_del_from_lru (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/drm2/ttm/
HDttm_bo.c181 int ttm_bo_del_from_lru(struct ttm_buffer_object *bo) in ttm_bo_del_from_lru() function
291 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve()
343 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve_slowpath()
566 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_or_queue()
676 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_and_unlock()
892 put_count = ttm_bo_del_from_lru(bo); in ttm_mem_evict_first()
1835 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_swapout()
HDttm_bo_api.h396 extern int ttm_bo_del_from_lru(struct ttm_buffer_object *bo);
HDttm_execbuf_util.c66 entry->put_count = ttm_bo_del_from_lru(bo); in ttm_eu_del_from_lru_locked()