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

/linux-master/block/
H A Dbio.c30 struct bio_alloc_cache { struct
416 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache)
436 struct bio_alloc_cache *cache;
703 static int __bio_alloc_cache_prune(struct bio_alloc_cache *cache,
719 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache,
735 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu);
751 struct bio_alloc_cache *cache;
762 struct bio_alloc_cache *cache;
1766 bs->cache = alloc_percpu(struct bio_alloc_cache);
/linux-master/include/linux/
H A Dbio.h687 struct bio_alloc_cache __percpu *cache;

Completed in 119 milliseconds