Searched refs:fd_bo_bucket (Results 1 – 2 of 2) sorted by relevance
90 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup()109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket()117 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket()134 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()165 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc()196 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free()
71 struct fd_bo_bucket { struct77 struct fd_bo_bucket cache_bucket[14 * 4]; argument