Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1126 static kmem_cache_t *hdr_full_crypt_cache; variable
1149 kmem_cache_destroy(hdr_full_crypt_cache); in buf_fini()
1299 hdr_full_crypt_cache = kmem_cache_create("arc_buf_hdr_t_full_crypt", in buf_init()
3313 hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3372 new = hdr_full_crypt_cache; in arc_hdr_realloc()
3374 old = hdr_full_crypt_cache; in arc_hdr_realloc()
3383 if (new == hdr_full_cache || new == hdr_full_crypt_cache) { in arc_hdr_realloc()
3488 ncache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3495 ocache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3571 if (ocache == hdr_full_crypt_cache) { in arc_hdr_realloc_crypt()
[all …]