MCPcopy 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
776void
777spl_kstat_fini(void)
778{
779 ASSERT(list_empty(&kstat_module_list));
780 mutex_destroy(&kstat_module_lock);
781}

Callers 2

spl_initFunction · 0.85
spl_finiFunction · 0.85

Calls 2

list_emptyFunction · 0.85
mutex_destroyFunction · 0.85

Tested by

no test coverage detected