Searched refs:nr_phys_segs (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c1215 int i, nr_phys_segs, nr_hw_segs, seg_size, hw_seg_size, cluster; local
1222 hw_seg_size = seg_size = nr_phys_segs = nr_hw_segs = 0;
1259 nr_phys_segs++;
1268 bio->bi_phys_segments = nr_phys_segs;
1381 int nr_phys_segs = bio_phys_segments(q, bio); local
1383 if (req->nr_phys_segments + nr_phys_segs > q->max_phys_segments) {
1394 req->nr_phys_segments += nr_phys_segs;
1403 int nr_phys_segs = bio_phys_segments(q, bio); local
1406 || req->nr_phys_segments + nr_phys_segs > q->max_phys_segments) {
1418 req->nr_phys_segments += nr_phys_segs;
3326 int nr_phys_segs, nr_hw_segs; local
[all...]

Completed in 76 milliseconds