| tag | line | file | source code |
|---|---|---|---|
| nr_not_xferred | 247 | drivers/char/ftape/fdc-isr.c | unsigned nr_not_xferred; |
| nr_not_xferred | 258 | drivers/char/ftape/fdc-isr.c | nr_not_xferred = 0; |
| nr_not_xferred | 265 | drivers/char/ftape/fdc-isr.c | nr_not_xferred = ((dma_residue + (SECTOR_SIZE - 1)) / SECTOR_SIZE); |
| nr_not_xferred | 266 | drivers/char/ftape/fdc-isr.c | buff->sector_count -= nr_not_xferred; /* adjust to actual value */ |