Lines Matching refs:f_next
279 preloaded_files = preloaded_files->f_next; in unload()
322 for (fp = preloaded_files; fp; fp = fp->f_next) { in command_lsmod()
637 base_file = base_file->f_next; in file_load_dependencies()
906 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) { in file_findfile()
926 for (fp = preloaded_files; fp; fp = fp->f_next) { in file_findmodule()
1627 fp->f_next = NULL; in file_insert_tail()
1631 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) in file_insert_tail()
1633 cm->f_next = fp; in file_insert_tail()
1649 next = fp->f_next; in file_remove_impl()
1658 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) { in file_remove_impl()
1659 if (cm->f_next == fp) { in file_remove_impl()
1660 cm->f_next = next; in file_remove_impl()