Lines Matching refs:next
144 const char *cp = name, *next; in __xlate_proc_name() local
153 next = strchr(cp, '/'); in __xlate_proc_name()
154 if (!next) in __xlate_proc_name()
157 len = next - cp; in __xlate_proc_name()
288 struct proc_dir_entry *next; in proc_readdir_de() local
298 next = pde_subdir_next(de); in proc_readdir_de()
300 de = next; in proc_readdir_de()
585 struct proc_dir_entry *root = NULL, *de, *next; in remove_proc_subtree() local
605 next = pde_subdir_first(de); in remove_proc_subtree()
606 if (next) { in remove_proc_subtree()
607 rb_erase(&next->subdir_node, &de->subdir); in remove_proc_subtree()
608 de = next; in remove_proc_subtree()
614 next = de->parent; in remove_proc_subtree()
616 next->nlink--; in remove_proc_subtree()
623 de = next; in remove_proc_subtree()