Lines Matching refs:hdr_l2only_cache
1151 static kmem_cache_t *hdr_l2only_cache; variable
1171 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()
1296 hdr_l2only_cache = kmem_cache_create("arc_buf_hdr_t_l2only", in buf_init()
1757 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()
3334 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) || in arc_hdr_realloc()
3335 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()
3710 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()
3811 hdr_l2only_cache); in arc_evict_hdr()
4790 kmem_cache_reap_now(hdr_l2only_cache); in arc_kmem_reap_soon()
6128 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()
8790 kmem_cache_free(hdr_l2only_cache, head); in l2arc_write_done()
9486 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
9708 kmem_cache_free(hdr_l2only_cache, head); in l2arc_write_buffers()