Searched defs:nxt (Results 1 - 1 of 1) sorted by relevance

/block/
H A Dblk-merge.c112 struct bio *nxt = bio->bi_next; local
116 bio->bi_next = nxt;
124 struct bio *nxt)
132 if (bio->bi_seg_back_size + nxt->bi_seg_front_size >
143 nxt_bv = bio_iovec(nxt);
149 * bio and nxt are contiguous in memory; check if the queue allows
123 blk_phys_contig_segment(struct request_queue *q, struct bio *bio, struct bio *nxt) argument

Completed in 3 milliseconds