Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c197 static kmem_cache_t *abd_cache = NULL; variable
214 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct_impl()
224 kmem_cache_free(abd_cache, abd); in abd_free_struct_impl()
633 abd_cache = kmem_cache_create("abd_t", sizeof (abd_t), in abd_init()
689 if (abd_cache) { in abd_fini()
690 kmem_cache_destroy(abd_cache); in abd_fini()
691 abd_cache = NULL; in abd_fini()