Home
last modified time | relevance | path

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

/init/
Ddo_mounts_dm.c38 struct dm_setup_target *next; member
53 static size_t __init get_dm_option(char *str, char **next, char sep) in get_dm_option() argument
72 if (!next) in get_dm_option()
77 *next = endp; in get_dm_option()
79 *next = endp + 1; in get_dm_option()
101 target = target->next; in dm_setup_cleanup()
111 char *next = NULL; in dm_setup_parse_device_args() local
115 len = get_dm_option(str, &next, DM_FIELD_SEP); in dm_setup_parse_device_args()
122 str = skip_spaces(next); in dm_setup_parse_device_args()
125 len = get_dm_option(str, &next, DM_FIELD_SEP); in dm_setup_parse_device_args()
[all …]
Dinitramfs.c60 struct hash *next; member
75 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link()
94 q->next = NULL; in find_link()
105 *p = q->next; in free_hash()
216 static void __init read_into(char *buf, unsigned size, enum state next) in read_into() argument
221 state = next; in read_into()
225 next_state = next; in read_into()
Ddo_mounts.c346 char *p, *next; in get_fs_names() local
349 for (p = page-1; p; p = next) { in get_fs_names()
350 next = strchr(++p, '\n'); in get_fs_names()
Dmain.c701 struct list_head next; member
720 list_add(&entry->next, &blacklisted_initcalls); in initcall_blacklist()
738 entry = list_entry(tmp, struct blacklist_entry, next); in initcall_blacklisted()