Searched refs:hdr_l2only_cache (Results 1 – 1 of 1) sorted by relevance
1135 static kmem_cache_t *hdr_l2only_cache; variable1155 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()1280 hdr_l2only_cache = kmem_cache_create("arc_buf_hdr_t_l2only", in buf_init()1741 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()3318 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) || in arc_hdr_realloc()3319 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()3694 kmem_cache_free(hdr_l2only_cache, hdr); in arc_hdr_destroy()3795 hdr_l2only_cache); in arc_evict_hdr()4612 kmem_cache_reap_now(hdr_l2only_cache); in arc_kmem_reap_soon()5950 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache, in arc_read()[all …]