Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1127 static kmem_cache_t *hdr_l2only_cache; variable
1150 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()
1754 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()
3364 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()
3877 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()
3966 hdr_l2only_cache); in arc_evict_hdr()
4877 kmem_cache_reap_now(hdr_l2only_cache); in arc_kmem_reap_soon()
6159 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()
8360 kmem_cache_free(hdr_l2only_cache, head); in l2arc_write_done()
9074 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
[all …]