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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-merge.c275 int total_phys_segments; local
292 total_phys_segments = req->nr_phys_segments + next->nr_phys_segments;
298 total_phys_segments--;
301 if (total_phys_segments > queue_max_segments(q))
305 req->nr_phys_segments = total_phys_segments;

Completed in 54 milliseconds