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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c586 static int buffer_max = -1; variable
2378 INFBOUND(buffer_max, nr_sectors + fsector_t);
2435 buffer_max > fsector_t + blk_rq_sectors(current_req))
2436 current_count_sectors = min_t(int, buffer_max - fsector_t,
2452 buffer_max = max(max_sector, buffer_max);
2635 (fsector_t >= buffer_min) && (fsector_t < buffer_max)) {
2638 copy_buffer(1, max_sector, buffer_max);
2710 fsector_t > buffer_max ||
2719 buffer_max
[all...]

Completed in 104 milliseconds