Searched refs:bvec_split_segs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-merge.c | 179 * bvec_split_segs - verify whether or not a bvec should be split in the middle 198 static bool bvec_split_segs(const struct request_queue *q, in bvec_split_segs() function 270 } else if (bvec_split_segs(q, &bv, &nsegs, §ors, max_segs, in blk_bio_segment_split() 396 bvec_split_segs(rq->q, &bv, &nr_phys_segs, &nr_sectors, in blk_recalc_rq_segments()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-merge.c | 212 * bvec_split_segs - verify whether or not a bvec should be split in the middle 231 static bool bvec_split_segs(const struct queue_limits *lim, in bvec_split_segs() function 300 if (bvec_split_segs(lim, &bv, &nsegs, &bytes, in bio_split_rw() 440 bvec_split_segs(&rq->q->limits, &bv, &nr_phys_segs, &bytes, in blk_recalc_rq_segments()
|
Completed in 3 milliseconds