Searched refs:proc_spl (Results 1 – 1 of 1) sorted by relevance
49 static struct proc_dir_entry *proc_spl = NULL; variable726 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 …]