Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk.h380 struct bio *__blk_queue_bounce(struct bio *bio, struct request_queue *q);
393 return __blk_queue_bounce(bio, q); in blk_queue_bounce()
H A Dbounce.c202 struct bio *__blk_queue_bounce(struct bio *bio_orig, struct request_queue *q) in __blk_queue_bounce() function