Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbio.c31 struct bio_alloc_cache { struct
416 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache) in bio_alloc_irq_cache_splice()
436 struct bio_alloc_cache *cache; in bio_alloc_percpu_cache()
703 static int __bio_alloc_cache_prune(struct bio_alloc_cache *cache, in __bio_alloc_cache_prune()
719 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache, in bio_alloc_cache_prune()
735 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); in bio_cpu_dead()
751 struct bio_alloc_cache *cache; in bio_alloc_cache_destroy()
762 struct bio_alloc_cache *cache; in bio_put_percpu_cache()
1769 bs->cache = alloc_percpu(struct bio_alloc_cache); in bioset_init()
/openbmc/linux/include/linux/
H A Dbio.h685 struct bio_alloc_cache __percpu *cache;