Home
last modified time | relevance | path

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

/linux/block/
H A Dbio.c31 struct bio_alloc_cache { struct
460 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache) in bio_alloc_irq_cache_splice()
478 struct bio_alloc_cache *cache; in bio_alloc_percpu_cache()
732 static int __bio_alloc_cache_prune(struct bio_alloc_cache *cache, in __bio_alloc_cache_prune()
751 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache, in bio_alloc_cache_prune()
767 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); in bio_cpu_dead()
783 struct bio_alloc_cache *cache; in bio_alloc_cache_destroy()
794 struct bio_alloc_cache *cache; in bio_put_percpu_cache()
1967 bs->cache = alloc_percpu(struct bio_alloc_cache); in bioset_init()