taglinefilesource code
root_table_header24kernel/sysctl.cstatic struct ctl_table_header root_table_header = 
root_table_header25kernel/sysctl.c{root_table, DNODE_SINGLE(&root_table_header)};
root_table_header162kernel/sysctl.ctmp = &root_table_header;
root_table_header172kernel/sysctl.c} while (tmp != &root_table_header);
root_table_header334kernel/sysctl.cDLIST_INSERT_AFTER(&root_table_header, tmp, ctl_entry);
root_table_header336kernel/sysctl.cDLIST_INSERT_BEFORE(&root_table_header, tmp, ctl_entry);