Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_bo.c199 bucket_link) { in panfrost_bo_cache_fetch()
214 list_del(&entry->bucket_link); in panfrost_bo_cache_fetch()
250 list_del(&entry->bucket_link); in panfrost_bo_cache_evict_stale_bos()
279 list_addtail(&bo->bucket_link, bucket); in panfrost_bo_cache_put()
310 bucket_link) { in panfrost_bo_cache_evict_all()
311 list_del(&entry->bucket_link); in panfrost_bo_cache_evict_all()
Dpan_bo.h81 struct list_head bucket_link; member