Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1117 static kmem_cache_t *hdr_l2only_cache; variable
1137 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()
1721 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()
3301 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()
3674 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()
3775 hdr_l2only_cache); in arc_evict_hdr()
4473 kmem_cache_reap_now(hdr_l2only_cache); in arc_kmem_reap_soon()
5725 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()
8361 kmem_cache_free(hdr_l2only_cache, head); in l2arc_write_done()
9056 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
[all …]