taglinefilesource code
root_table_header33kernel/sysctl.cstatic struct ctl_table_header root_table_header = 
root_table_header34kernel/sysctl.c{root_table, DNODE_SINGLE(&root_table_header)};
root_table_header188kernel/sysctl.ctmp = &root_table_header;
root_table_header198kernel/sysctl.c} while (tmp != &root_table_header);
root_table_header360kernel/sysctl.cDLIST_INSERT_AFTER(&root_table_header, tmp, ctl_entry);
root_table_header362kernel/sysctl.cDLIST_INSERT_BEFORE(&root_table_header, tmp, ctl_entry);