Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c974 static kmem_cache_t *hdr_full_cache; variable
988 kmem_cache_destroy(hdr_full_cache); in buf_fini()
1142 hdr_full_cache = kmem_cache_create("arc_buf_hdr_t_full", HDR_FULL_SIZE, in buf_init()
3113 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3160 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) || in arc_hdr_realloc()
3161 (old == hdr_l2only_cache && new == hdr_full_cache)); in arc_hdr_realloc()
3168 if (HDR_PROTECTED(hdr) && new == hdr_full_cache) in arc_hdr_realloc()
3170 if (HDR_PROTECTED(hdr) && old == hdr_full_cache) in arc_hdr_realloc()
3180 if (new == hdr_full_cache || new == hdr_full_crypt_cache) { in arc_hdr_realloc()
3292 ocache = hdr_full_cache; in arc_hdr_realloc_crypt()
[all …]