Home
last modified time | relevance | path

Searched refs:nvhdl (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dfm.c821 nv_alloc_t *nvhdl = kmem_zalloc(sizeof (nv_alloc_t), KM_SLEEP); in fm_nva_xcreate() local
824 kmem_free(nvhdl, sizeof (nv_alloc_t)); in fm_nva_xcreate()
828 return (nvhdl); in fm_nva_xcreate()
860 nv_alloc_t *nvhdl; in fm_nvlist_create() local
863 nvhdl = kmem_zalloc(sizeof (nv_alloc_t), KM_SLEEP); in fm_nvlist_create()
865 if (nv_alloc_init(nvhdl, &fm_mem_alloc_ops, NULL, 0) != 0) { in fm_nvlist_create()
866 kmem_free(nvhdl, sizeof (nv_alloc_t)); in fm_nvlist_create()
871 nvhdl = nva; in fm_nvlist_create()
874 if (nvlist_xalloc(&nvl, NV_UNIQUE_NAME, nvhdl) != 0) { in fm_nvlist_create()
876 nv_alloc_fini(nvhdl); in fm_nvlist_create()
[all …]