subheader        1433 fs/proc/proc_sysctl.c 	struct ctl_table_header ***subheader, struct ctl_table_set *set,
subheader        1478 fs/proc/proc_sysctl.c 		**subheader = header;
subheader        1479 fs/proc/proc_sysctl.c 		(*subheader)++;
subheader        1494 fs/proc/proc_sysctl.c 		err = register_leaf_sysctl_tables(path, child_pos, subheader,
subheader        1523 fs/proc/proc_sysctl.c 	struct ctl_table_header *header = NULL, **subheaders, **subheader;
subheader        1554 fs/proc/proc_sysctl.c 		subheader = subheaders;
subheader        1557 fs/proc/proc_sysctl.c 		if (register_leaf_sysctl_tables(new_path, pos, &subheader,
subheader        1567 fs/proc/proc_sysctl.c 	while (subheader > subheaders) {
subheader        1568 fs/proc/proc_sysctl.c 		struct ctl_table_header *subh = *(--subheader);