Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbio.c28 struct bio_alloc_cache { struct
625 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache, in bio_alloc_cache_prune()
645 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); in bio_cpu_dead()
661 struct bio_alloc_cache *cache; in bio_alloc_cache_destroy()
686 struct bio_alloc_cache *cache; in bio_put()
1657 bs->cache = alloc_percpu(struct bio_alloc_cache); in bioset_init()
1705 struct bio_alloc_cache *cache; in bio_alloc_kiocb()
/Linux-v5.15/include/linux/
Dbio.h666 struct bio_alloc_cache __percpu *cache;