tag | line | file | source code |
buffer_max | 503 | drivers/block/floppy.c | static int buffer_max = -1; |
buffer_max | 2197 | drivers/block/floppy.c | INFBOUND(buffer_max, nr_sectors + sector_t); |
buffer_max | 2252 | drivers/block/floppy.c | buffer_max > sector_t + CURRENT->nr_sectors) |
buffer_max | 2253 | drivers/block/floppy.c | current_count_sectors = minimum(buffer_max - sector_t, |
buffer_max | 2271 | drivers/block/floppy.c | buffer_max = maximum(max_sector, buffer_max); |
buffer_max | 2423 | drivers/block/floppy.c | (sector_t >= buffer_min) && (sector_t < buffer_max)) { |
buffer_max | 2426 | drivers/block/floppy.c | copy_buffer(1, max_sector, buffer_max); |
buffer_max | 2492 | drivers/block/floppy.c | sector_t > buffer_max || |
buffer_max | 2501 | drivers/block/floppy.c | buffer_max = buffer_min = aligned_sector_t; |
buffer_max | 2530 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd->length >> 9) > buffer_max || |
buffer_max | 2549 | drivers/block/floppy.c | printk("buffer_max=%d\n", buffer_max); |
buffer_max | 3066 | drivers/block/floppy.c | SUPBOUND(buffer_max, user_params[drive].sect); |
buffer_max | 3482 | drivers/block/floppy.c | buffer_min = buffer_max = -1; |
buffer_max | 3997 | drivers/block/floppy.c | buffer_min = buffer_max = -1; |