Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c975 static kmem_cache_t *hdr_full_crypt_cache; variable
989 kmem_cache_destroy(hdr_full_crypt_cache); in buf_fini()
1144 hdr_full_crypt_cache = kmem_cache_create("arc_buf_hdr_t_full_crypt", in buf_init()
3111 hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3169 new = hdr_full_crypt_cache; in arc_hdr_realloc()
3171 old = hdr_full_crypt_cache; in arc_hdr_realloc()
3180 if (new == hdr_full_cache || new == hdr_full_crypt_cache) { in arc_hdr_realloc()
3291 ncache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3295 ocache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3381 if (ocache == hdr_full_crypt_cache) { in arc_hdr_realloc_crypt()
[all …]