Searched refs:link_table (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/proc/
H A Dproc_sysctl.c1060 struct ctl_table *link_table, *entry, *link; new_links() local
1083 link_table = (struct ctl_table *)(node + nr_entries); new_links()
1084 link_name = (char *)&link_table[nr_entries + 1]; new_links()
1086 for (link = link_table, entry = table; entry->procname; link++, entry++) { new_links()
1094 init_header(links, dir->header.root, dir->header.set, node, link_table); new_links()

Completed in 95 milliseconds