Home
last modified time | relevance | path

Searched refs:next (Results 1 – 3 of 3) sorted by relevance

/init/
Dinitramfs.c51 struct hash *next; member
66 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link()
85 q->next = NULL; in find_link()
96 *p = q->next; in free_hash()
207 static void __init read_into(char *buf, unsigned size, enum state next) in read_into() argument
212 state = next; in read_into()
216 next_state = next; in read_into()
Ddo_mounts.c371 char *p, *next; in get_fs_names() local
374 for (p = page-1; p; p = next) { in get_fs_names()
375 next = strchr(++p, '\n'); in get_fs_names()
Dmain.c801 struct list_head next; member
828 list_add(&entry->next, &blacklisted_initcalls); in initcall_blacklist()
853 list_for_each_entry(entry, &blacklisted_initcalls, next) { in initcall_blacklisted()