Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbounce.c31 static struct bio_set bounce_bio_set, bounce_bio_split; variable
47 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_emergency_pool()
49 if (bioset_integrity_create(&bounce_bio_set, BIO_POOL_SIZE)) in init_emergency_pool()
293 &bounce_bio_set); in __blk_queue_bounce()