Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1740 static kmem_cache_t *buf_cache; variable
1753 kmem_cache_destroy(buf_cache); in buf_fini()
1885 buf_cache = kmem_cache_create("arc_buf_t", sizeof (arc_buf_t), in buf_init()
2989 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
3363 kmem_cache_free(buf_cache, buf); in arc_buf_destroy_impl()
4835 kmem_cache_reap_soon(buf_cache); in arc_kmem_reap_soon()