Searched refs:fd_bo_bucket (Results 1 – 2 of 2) sorted by relevance
95 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup()113 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket()121 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket()138 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()169 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc()199 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free()
73 struct fd_bo_bucket { struct79 struct fd_bo_bucket cache_bucket[14 * 4]; argument