Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c199 static kmem_cache_t *abd_cache = NULL; variable
216 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct_impl()
226 kmem_cache_free(abd_cache, abd); in abd_free_struct_impl()
631 abd_cache = kmem_cache_create("abd_t", sizeof (abd_t), in abd_init()
687 if (abd_cache) { in abd_fini()
688 kmem_cache_destroy(abd_cache); in abd_fini()
689 abd_cache = NULL; in abd_fini()