tag | line | file | source code |
nbytes | 144 | drivers/scsi/scsi_debug.c | int nbytes, sgcount; |
nbytes | 223 | drivers/scsi/scsi_debug.c | nbytes = bufflen; |
nbytes | 278 | drivers/scsi/scsi_debug.c | nbytes -= bufflen; |
nbytes | 284 | drivers/scsi/scsi_debug.c | if (nbytes) { |
nbytes | 290 | drivers/scsi/scsi_debug.c | } while(nbytes); |
nbytes | 119 | drivers/sound/os.h | #define KERNEL_MALLOC(nbytes) kmalloc(nbytes, GFP_KERNEL) |
nbytes | 197 | fs/binfmt_coff.c | int nbytes = sections * COFF_SCNHSZ; |
nbytes | 199 | fs/binfmt_coff.c | sect_bufr = (COFF_SCNHDR *) kmalloc (nbytes, GFP_KERNEL); |
nbytes | 215 | fs/binfmt_coff.c | nbytes); /* Byte count reqd. */ |
nbytes | 617 | fs/binfmt_coff.c | long nbytes; /* Count of bytes in the header area */ |
nbytes | 622 | fs/binfmt_coff.c | nbytes = COFF_LONG (sect->s_size); |
nbytes | 623 | fs/binfmt_coff.c | if (nbytes < COFF_SLIBSZ) { |
nbytes | 634 | fs/binfmt_coff.c | char *buffer = (char *) kmalloc (nbytes, GFP_KERNEL); |
nbytes | 651 | fs/binfmt_coff.c | nbytes); /* Byte count reqd. */ |
nbytes | 658 | fs/binfmt_coff.c | while (status == 0 && nbytes > COFF_SLIBSZ) { |
nbytes | 664 | fs/binfmt_coff.c | if ((unsigned) header_size >= (unsigned) nbytes || |
nbytes | 685 | fs/binfmt_coff.c | nbytes -= entry_size; |