Searched refs:blk_queue_bounce (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-4.19/block/ |
| D | blk.h | 422 extern void blk_queue_bounce(struct request_queue *q, struct bio **bio); 428 static inline void blk_queue_bounce(struct request_queue *q, struct bio **bio) in blk_queue_bounce() function
|
| D | blk-map.c | 22 blk_queue_bounce(rq->q, bio); in blk_rq_append_bio()
|
| D | bounce.c | 354 void blk_queue_bounce(struct request_queue *q, struct bio **bio_orig) in blk_queue_bounce() function
|
| D | blk-mq.c | 1841 blk_queue_bounce(q, &bio); in blk_mq_make_request()
|
| D | blk-core.c | 2011 blk_queue_bounce(q, &bio); in blk_queue_bio()
|
| /kernel/linux/linux-5.10/block/ |
| D | blk.h | 323 extern void blk_queue_bounce(struct request_queue *q, struct bio **bio); 329 static inline void blk_queue_bounce(struct request_queue *q, struct bio **bio) in blk_queue_bounce() function
|
| D | bounce.c | 361 void blk_queue_bounce(struct request_queue *q, struct bio **bio_orig) in blk_queue_bounce() function
|
| D | blk-map.c | 531 blk_queue_bounce(rq->q, bio); in blk_rq_append_bio()
|
| D | blk-mq.c | 2172 blk_queue_bounce(q, &bio); in blk_mq_submit_bio()
|
| /kernel/linux/linux-5.10/Documentation/block/ |
| D | biodoc.rst | 231 the blk_queue_bounce() routine on its own to bounce highmem i/o to low
|
| /kernel/linux/linux-4.19/Documentation/block/ |
| D | biodoc.txt | 220 the blk_queue_bounce() routine on its own to bounce highmem i/o to low
|