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.c198 static kmem_cache_t *abd_cache = NULL; variable
215 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct_impl()
225 kmem_cache_free(abd_cache, abd); in abd_free_struct_impl()
630 abd_cache = kmem_cache_create("abd_t", sizeof (abd_t), in abd_init()
686 if (abd_cache) { in abd_fini()
687 kmem_cache_destroy(abd_cache); in abd_fini()
688 abd_cache = NULL; in abd_fini()