Searched refs:abd_chunk_cache (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c91 kmem_cache_t *abd_chunk_cache; variable
106 kmem_cache_free(abd_chunk_cache, c);
186 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE);
278 abd_chunk_cache = kmem_cache_create("abd_chunk", zfs_abd_chunk_size, 0,
301 kmem_cache_destroy(abd_chunk_cache);
302 abd_chunk_cache = NULL;
486 kmem_cache_reap_soon(abd_chunk_cache);

Completed in 102 milliseconds