Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c49 static struct proc_dir_entry *proc_spl = NULL; variable
726 proc_spl = proc_mkdir("spl", NULL); in spl_proc_init()
727 if (proc_spl == NULL) { in spl_proc_init()
766 remove_proc_entry("kstat", proc_spl); in spl_proc_init()
768 remove_proc_entry("kmem", proc_spl); in spl_proc_init()
769 remove_proc_entry("taskq-all", proc_spl); in spl_proc_init()
770 remove_proc_entry("taskq", proc_spl); in spl_proc_init()
781 remove_proc_entry("kstat", proc_spl); in spl_proc_fini()
783 remove_proc_entry("kmem", proc_spl); in spl_proc_fini()
784 remove_proc_entry("taskq-all", proc_spl); in spl_proc_fini()
[all …]