Searched refs:spl_header (Results 1 – 1 of 1) sorted by relevance
58 static struct ctl_table_header *spl_header = NULL; variable433 if (spl_header) { in spl_proc_cleanup()434 unregister_sysctl_table(spl_header); in spl_proc_cleanup()435 spl_header = NULL; in spl_proc_cleanup()476 spl_header = register_sysctl_table(spl_root); in spl_proc_init()477 if (spl_header == NULL) in spl_proc_init()480 spl_header = spl_proc_register_sysctl("kernel/spl", spl_table); in spl_proc_init()481 if (spl_header == NULL) in spl_proc_init()