Searched refs:blk_attempt_plug_merge (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk.h | 182 bool blk_attempt_plug_merge(struct request_queue *q, struct bio *bio,
|
H A D | blk-merge.c | 1030 * blk_attempt_plug_merge - try to merge with %current's plugged list 1051 bool blk_attempt_plug_merge(struct request_queue *q, struct bio *bio, in blk_attempt_plug_merge() function
|
H A D | blk-mq.c | 2203 blk_attempt_plug_merge(q, bio, nr_segs, &same_queue_rq)) in blk_mq_submit_bio()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk.h | 258 bool blk_attempt_plug_merge(struct request_queue *q, struct bio *bio,
|
H A D | blk-merge.c | 1084 * blk_attempt_plug_merge - try to merge with %current's plugged list 1103 bool blk_attempt_plug_merge(struct request_queue *q, struct bio *bio, in blk_attempt_plug_merge() function
|
H A D | blk-mq.c | 2891 if (blk_attempt_plug_merge(q, bio, nr_segs)) in blk_mq_attempt_bio_merge()
|
Completed in 16 milliseconds