Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c976 static kmem_cache_t *hdr_l2only_cache; variable
990 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()
3161 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()
3466 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()
3733 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()
3822 hdr_l2only_cache); in arc_evict_hdr()
4674 kmem_cache_reap_soon(hdr_l2only_cache); in arc_kmem_reap_soon()
5838 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()
7857 kmem_cache_free(hdr_l2only_cache, head); in l2arc_write_done()
8516 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
[all …]