Home
last modified time | relevance | path

Searched refs:n (Results 1 – 5 of 5) sorted by relevance

/init/
Dinitramfs.c211 static inline void __init eat(unsigned n) in eat() argument
213 victim += n; in eat()
214 this_header += n; in eat()
215 byte_count -= n; in eat()
246 unsigned long n = remains; in do_collect() local
247 if (byte_count < n) in do_collect()
248 n = byte_count; in do_collect()
249 memcpy(collect, victim, n); in do_collect()
250 eat(n); in do_collect()
251 collect += n; in do_collect()
[all …]
Ddo_mounts_rd.c69 unsigned long n; in identify_ramdisk_image() local
159 n = ext2_image_size(buf); in identify_ramdisk_image()
160 if (n) { in identify_ramdisk_image()
164 nblocks = n; in identify_ramdisk_image()
279 int __init rd_load_disk(int n) in rd_load_disk() argument
282 create_dev("/dev/ram", MKDEV(RAMDISK_MAJOR, n)); in rd_load_disk()
Ddo_mounts.h25 int __init rd_load_disk(int n);
30 static inline int rd_load_disk(int n) { return 0; } in rd_load_disk() argument
Dmain.c205 int n = strlen(p->str); in obsolete_checksetup() local
206 if (parameqn(line, p->str, n)) { in obsolete_checksetup()
212 if (line[n] == '\0' || line[n] == '=') in obsolete_checksetup()
218 } else if (p->setup_func(line + n)) in obsolete_checksetup()
DKconfig361 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can
422 default n
581 default n
594 default n
655 default n
691 default n
968 default n
994 default n
1009 default n
1020 default n
[all …]