Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kernel_fini
Function
kernel_fini
freebsd/contrib/openzfs/lib/libzpool/kernel.c:851–863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
849
}
850
851
void
852
kernel_fini(void)
853
{
854
fletcher_4_fini();
855
spa_fini();
856
857
zstd_fini();
858
859
icp_fini();
860
system_taskq_fini();
861
862
random_fini();
863
}
864
865
uid_t
866
crgetuid(cred_t *cr)
Callers
7
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
ztest_freeze
Function · 0.85
ztest_import
Function · 0.85
ztest_run
Function · 0.85
ztest_init
Function · 0.85
Calls
6
fletcher_4_fini
Function · 0.85
spa_fini
Function · 0.85
zstd_fini
Function · 0.85
icp_fini
Function · 0.85
random_fini
Function · 0.85
system_taskq_fini
Function · 0.70
Tested by
5
main
Function · 0.68
ztest_freeze
Function · 0.68
ztest_import
Function · 0.68
ztest_run
Function · 0.68
ztest_init
Function · 0.68