Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ spl_kstat_fini
Function
spl_kstat_fini
freebsd/contrib/openzfs/module/os/linux/spl/spl-kstat.c:776–781 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
774
}
775
776
void
777
spl_kstat_fini(void)
778
{
779
ASSERT(list_empty(&kstat_module_list));
780
mutex_destroy(&kstat_module_lock);
781
}
Callers
2
spl_init
Function · 0.85
spl_fini
Function · 0.85
Calls
2
list_empty
Function · 0.85
mutex_destroy
Function · 0.85
Tested by
no test coverage detected