Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Darc.c1158 static kmem_cache_t *hdr_l2only_cache; variable
1178 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()
1303 hdr_l2only_cache = kmem_cache_create("arc_buf_hdr_t_l2only", in buf_init()
1765 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()
3348 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) || in arc_hdr_realloc()
3349 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()
3743 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()
3842 hdr_l2only_cache); in arc_evict_hdr()
4829 kmem_cache_reap_now(hdr_l2only_cache); in arc_kmem_reap_soon()
6167 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()
[all …]