Searched refs:proc_spl (Results 1 – 1 of 1) sorted by relevance
49 static struct proc_dir_entry *proc_spl = NULL; variable667 proc_spl = proc_mkdir("spl", NULL); in spl_proc_init()668 if (proc_spl == NULL) { in spl_proc_init()707 remove_proc_entry("kstat", proc_spl); in spl_proc_init()709 remove_proc_entry("kmem", proc_spl); in spl_proc_init()710 remove_proc_entry("taskq-all", proc_spl); in spl_proc_init()711 remove_proc_entry("taskq", proc_spl); in spl_proc_init()722 remove_proc_entry("kstat", proc_spl); in spl_proc_fini()724 remove_proc_entry("kmem", proc_spl); in spl_proc_fini()725 remove_proc_entry("taskq-all", proc_spl); in spl_proc_fini()[all …]