Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c48 static struct ctl_table_header *spl_header = NULL; variable
663 spl_header = register_sysctl_table(spl_root); in spl_proc_init()
664 if (spl_header == NULL) in spl_proc_init()
713 unregister_sysctl_table(spl_header); in spl_proc_init()
729 ASSERT(spl_header != NULL); in spl_proc_fini()
730 unregister_sysctl_table(spl_header); in spl_proc_fini()