Searched hist:"7 d7ca7c5269becab86c9f595309c8e90ce268967" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-mq-sched.c | diff 7d7ca7c5269becab86c9f595309c8e90ce268967 Thu Aug 27 21:52:56 CDT 2020 Baolin Wang <baolin.wang@linux.alibaba.com> block: Add a new helper to attempt to merge a bio
There are lots of duplicated code when trying to merge a bio from plug list and sw queue, we can introduce a new helper to attempt to merge a bio, which can simplify the blk_bio_list_merge() and blk_attempt_plug_merge().
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-merge.c | diff 7d7ca7c5269becab86c9f595309c8e90ce268967 Thu Aug 27 21:52:56 CDT 2020 Baolin Wang <baolin.wang@linux.alibaba.com> block: Add a new helper to attempt to merge a bio
There are lots of duplicated code when trying to merge a bio from plug list and sw queue, we can introduce a new helper to attempt to merge a bio, which can simplify the blk_bio_list_merge() and blk_attempt_plug_merge().
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk.h | diff 7d7ca7c5269becab86c9f595309c8e90ce268967 Thu Aug 27 21:52:56 CDT 2020 Baolin Wang <baolin.wang@linux.alibaba.com> block: Add a new helper to attempt to merge a bio
There are lots of duplicated code when trying to merge a bio from plug list and sw queue, we can introduce a new helper to attempt to merge a bio, which can simplify the blk_bio_list_merge() and blk_attempt_plug_merge().
Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|