| tag | line | file | source code |
|---|---|---|---|
| root_table | 24 | kernel/sysctl.c | static ctl_table root_table[]; |
| root_table | 26 | kernel/sysctl.c | {root_table, DNODE_SINGLE(&root_table_header)}; |
| root_table | 92 | kernel/sysctl.c | static ctl_table root_table[] = { |
| root_table | 138 | kernel/sysctl.c | register_proc_table(root_table, &proc_sys_root); |
| root_table | 172 | kernel/sysctl.c | newval, newlen, root_table, &context); |