Searched refs:MAX_CACHES_PER_SET (Results 1 – 4 of 4) sorted by relevance
155 #define MAX_CACHES_PER_SET 8 macro291 __u64 prio_bucket[MAX_CACHES_PER_SET];
517 struct cache *cache[MAX_CACHES_PER_SET];518 struct cache *cache_by_alloc[MAX_CACHES_PER_SET];816 return (PTR_DEV(k, i) < MAX_CACHES_PER_SET) && PTR_CACHE(c, k, i); in ptr_available()
497 BUG_ON(!n || n > c->caches_loaded || n > MAX_CACHES_PER_SET); in __bch_bucket_alloc_set()
167 sb->nr_in_set > MAX_CACHES_PER_SET) in read_super()