Home
last modified time | relevance | path

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

/linux/block/
H A Dbio.c30 struct bio_alloc_cache { struct
428 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache) in bio_alloc_irq_cache_splice()
448 struct bio_alloc_cache *cache; in bio_alloc_percpu_cache()
715 static int __bio_alloc_cache_prune(struct bio_alloc_cache *cache, in __bio_alloc_cache_prune()
731 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache, in bio_alloc_cache_prune()
747 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); in bio_cpu_dead()
763 struct bio_alloc_cache *cache; in bio_alloc_cache_destroy()
774 struct bio_alloc_cache *cache; in bio_put_percpu_cache()
1817 bs->cache = alloc_percpu(struct bio_alloc_cache); in bioset_init()
/linux/include/linux/
H A Dbio.h648 struct bio_alloc_cache __percpu *cache;