Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbounce.c31 static struct bio_set bounce_bio_set, bounce_bio_split; variable
47 ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0); in init_bounce_bioset()
229 bio = bio_split(bio_orig, sectors, GFP_NOIO, &bounce_bio_split); in __blk_queue_bounce()