tag | line | file | source code |
---|---|---|---|
K_64 | 2458 | drivers/block/floppy.c | max_size = (K_64 - ((long) CURRENT->buffer) % K_64)>>9; |
K_64 | 54 | include/asm-i386/floppy.h | #define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64) |
K_64 | 78 | include/asm-mips/floppy.h | #define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64) |