Searched refs:next (Results 1 – 3 of 3) sorted by relevance
51 struct hash *next; member66 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() argument212 state = next; in read_into()216 next_state = next; in read_into()
371 char *p, *next; in get_fs_names() local374 for (p = page-1; p; p = next) { in get_fs_names()375 next = strchr(++p, '\n'); in get_fs_names()
801 struct list_head next; member828 list_add(&entry->next, &blacklisted_initcalls); in initcall_blacklist()853 list_for_each_entry(entry, &blacklisted_initcalls, next) { in initcall_blacklisted()