Home
last modified time | relevance | path

Searched refs:spl_header (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c48 static struct ctl_table_header *spl_header = NULL; variable
722 spl_header = register_sysctl_table(spl_root); in spl_proc_init()
723 if (spl_header == NULL) in spl_proc_init()
772 unregister_sysctl_table(spl_header); in spl_proc_init()
788 ASSERT(spl_header != NULL); in spl_proc_fini()
789 unregister_sysctl_table(spl_header); in spl_proc_fini()