Home
last modified time | relevance | path

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

/init/
Dinitramfs.c198 static inline void __init eat(unsigned n) in eat() argument
200 victim += n; in eat()
201 this_header += n; in eat()
202 byte_count -= n; in eat()
233 unsigned long n = remains; in do_collect() local
234 if (byte_count < n) in do_collect()
235 n = byte_count; in do_collect()
236 memcpy(collect, victim, n); in do_collect()
237 eat(n); in do_collect()
238 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.c203 int n = strlen(p->str); in obsolete_checksetup() local
204 if (parameqn(line, p->str, n)) { in obsolete_checksetup()
210 if (line[n] == '\0' || line[n] == '=') in obsolete_checksetup()
216 } else if (p->setup_func(line + n)) in obsolete_checksetup()
DKconfig44 def_bool $(success,$(LD) -v | head -n 1 | grep -q LLD)
358 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can
419 default n
577 default n
590 default n
651 default n
687 default n
950 default n
976 default n
991 default n
[all …]