Home
last modified time | relevance | path

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

/init/
Dinitramfs.c204 static inline void __init eat(unsigned n) in eat() argument
206 victim += n; in eat()
207 this_header += n; in eat()
208 byte_count -= n; in eat()
240 unsigned long n = remains; in do_collect() local
241 if (byte_count < n) in do_collect()
242 n = byte_count; in do_collect()
243 memcpy(collect, victim, n); in do_collect()
244 eat(n); in do_collect()
245 collect += n; in do_collect()
[all …]
Ddo_mounts_rd.c77 unsigned long n; in identify_ramdisk_image() local
166 n = ext2_image_size(buf); in identify_ramdisk_image()
167 if (n) { in identify_ramdisk_image()
171 nblocks = n; in identify_ramdisk_image()
301 int __init rd_load_disk(int n) in rd_load_disk() argument
306 create_dev("/dev/ram", MKDEV(RAMDISK_MAJOR, n)); in rd_load_disk()
Ddo_mounts.h48 int __init rd_load_disk(int n);
53 static inline int rd_load_disk(int n) { return 0; } in rd_load_disk() argument
Dmain.c172 int n = strlen(p->str); in obsolete_checksetup() local
173 if (parameqn(line, p->str, n)) { in obsolete_checksetup()
179 if (line[n] == '\0' || line[n] == '=') in obsolete_checksetup()
185 } else if (p->setup_func(line + n)) in obsolete_checksetup()
DKconfig432 default n
445 default n
521 default n
543 default n
638 default n
664 default n
683 assigned to the rcuc/n and rcub/n threads and is also the value
722 default n
797 default n
812 default n
[all …]