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
427 static void bio_alloc_irq_cache_splice(struct bio_alloc_cache *cache)
447 struct bio_alloc_cache *cache;
714 static int __bio_alloc_cache_prune(struct bio_alloc_cache *cache,
730 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache,
746 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu);
762 struct bio_alloc_cache *cache;
773 struct bio_alloc_cache *cache;
1799 bs->cache = alloc_percpu(struct bio_alloc_cache);
/linux-master/include/linux/
H A Dbio.h694 struct bio_alloc_cache __percpu *cache;

Completed in 232 milliseconds