Home
last modified time | relevance | path

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

/linux-6.1.9/block/ !
Dbio.c28 struct bio_alloc_cache { struct
415 struct bio_alloc_cache *cache; in bio_alloc_percpu_cache()
682 static void bio_alloc_cache_prune(struct bio_alloc_cache *cache, in bio_alloc_cache_prune()
703 struct bio_alloc_cache *cache = per_cpu_ptr(bs->cache, cpu); in bio_cpu_dead()
719 struct bio_alloc_cache *cache; in bio_alloc_cache_destroy()
745 struct bio_alloc_cache *cache; in bio_put()
1719 bs->cache = alloc_percpu(struct bio_alloc_cache); in bioset_init()
/linux-6.1.9/include/linux/ !
Dbio.h659 struct bio_alloc_cache __percpu *cache;