Searched refs:hdr_l2only_cache (Results 1 – 1 of 1) sorted by relevance
1739 static kmem_cache_t *hdr_l2only_cache; variable1752 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()1882 hdr_l2only_cache = kmem_cache_create("arc_buf_hdr_t_l2only", in buf_init()3460 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()3690 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()3777 hdr_l2only_cache); in arc_evict_hdr()4837 kmem_cache_reap_soon(hdr_l2only_cache); in arc_kmem_reap_soon()5930 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()7806 kmem_cache_free(hdr_l2only_cache, head); in l2arc_write_done()8094 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()[all …]