MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sa_cache_init

Function sa_cache_init

freebsd/contrib/openzfs/module/zfs/sa.c:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void
234sa_cache_init(void)
235{
236 sa_cache = kmem_cache_create("sa_cache",
237 sizeof (sa_handle_t), 0, sa_cache_constructor,
238 sa_cache_destructor, NULL, NULL, NULL, 0);
239}
240
241void
242sa_cache_fini(void)

Callers 1

dmu_initFunction · 0.85

Calls 1

kmem_cache_createFunction · 0.85

Tested by

no test coverage detected