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

Function nv_free_spl

freebsd/contrib/openzfs/module/nvpair/nvpair_alloc_spl.c:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static void
50nv_free_spl(nv_alloc_t *nva, void *buf, size_t size)
51{
52 kmem_free(buf, size);
53}
54
55const nv_alloc_ops_t spl_sleep_ops_def = {
56 .nv_ao_init = NULL,

Callers

nothing calls this directly

Calls 1

kmem_freeFunction · 0.50

Tested by

no test coverage detected