Home
last modified time | relevance | path

Searched refs:size (Results 1 – 4 of 4) sorted by relevance

/init/
Ddo_mounts_rd.c64 const int size = 512; in identify_ramdisk_image() local
74 buf = kmalloc(size, GFP_KERNEL); in identify_ramdisk_image()
82 memset(buf, 0xe5, size); in identify_ramdisk_image()
88 sys_read(fd, buf, size); in identify_ramdisk_image()
90 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image()
108 nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS; in identify_ramdisk_image()
116 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()
134 sys_read(fd, buf, size); in identify_ramdisk_image()
140 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()
148 sys_read(fd, buf, size); in identify_ramdisk_image()
Dinitramfs.c193 static void __init read_into(char *buf, unsigned size, enum state next) in read_into() argument
195 if (count >= size) { in read_into()
197 eat(size); in read_into()
201 remains = size; in read_into()
DKconfig119 size matters less.
136 size is about 10% smaller with bzip2, in comparison to gzip.
146 The kernel size is about 33% smaller with LZMA in comparison to gzip.
154 code. The size of the kernel is about 30% smaller with XZ in
168 size is about 10% bigger than gzip; however its speed
742 int "Kernel log buffer size (16 => 64KB, 17 => 128KB)"
746 Select kernel log buffer size as a power of 2.
909 size is 4096bytes, 512k per 1Gbytes of swap.
1201 15 Kbytes (more on some other architectures) to the kernel size.
1212 bool "Optimize for size"
[all …]
Ddo_mounts_md.c201 ainfo.size = 0; in md_setup_drive()