Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Darc.c768 static kmem_cache_t *buf_cache; variable
780 kmem_cache_destroy(buf_cache); in buf_fini()
886 buf_cache = kmem_cache_create("arc_buf_t", sizeof (arc_buf_t), in buf_init()
1223 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc()
1298 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_clone()
1423 kmem_cache_free(buf_cache, buf); in arc_buf_destroy()
1906 kmem_cache_free(buf_cache, buf); in arc_do_user_evicts()
2084 kmem_cache_reap_now(buf_cache); in arc_kmem_reap_now()
2802 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_read_nolock()
3020 kmem_cache_free(buf_cache, buf); in arc_buf_evict()