Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c179 int ttm_bo_del_from_lru(struct ttm_buffer_object *bo) in ttm_bo_del_from_lru() function
289 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve()
341 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve_slowpath()
564 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_or_queue()
674 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_and_unlock()
890 put_count = ttm_bo_del_from_lru(bo); in ttm_mem_evict_first()
1832 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_swapout()
H A Dttm_bo_api.h395 extern int ttm_bo_del_from_lru(struct ttm_buffer_object *bo);
H A Dttm_execbuf_util.c64 entry->put_count = ttm_bo_del_from_lru(bo); in ttm_eu_del_from_lru_locked()