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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1255 static kmem_cache_t *hdr_l2only_cache; variable
1268 kmem_cache_destroy(hdr_l2only_cache);
1398 hdr_l2only_cache = kmem_cache_create("arc_buf_hdr_t_l2only",
2872 * (hdr_l2only_cache) the fields necessary for the L1 cache - the smaller
2884 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) ||
2885 (old == hdr_l2only_cache && new == hdr_full_cache));
3101 kmem_cache_free(hdr_l2only_cache, hdr);
3186 hdr_l2only_cache);
4032 kmem_cache_reap_now(hdr_l2only_cache);
4878 hdr = arc_hdr_realloc(hdr, hdr_l2only_cache,
[all...]

Completed in 118 milliseconds