itmt_sysctl_header   90 arch/x86/kernel/itmt.c static struct ctl_table_header *itmt_sysctl_header;
itmt_sysctl_header  118 arch/x86/kernel/itmt.c 	itmt_sysctl_header = register_sysctl_table(itmt_root_table);
itmt_sysctl_header  119 arch/x86/kernel/itmt.c 	if (!itmt_sysctl_header) {
itmt_sysctl_header  156 arch/x86/kernel/itmt.c 	if (itmt_sysctl_header) {
itmt_sysctl_header  157 arch/x86/kernel/itmt.c 		unregister_sysctl_table(itmt_sysctl_header);
itmt_sysctl_header  158 arch/x86/kernel/itmt.c 		itmt_sysctl_header = NULL;