Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c1089 static kmem_cache_t *hdr_full_crypt_cache; variable
1110 kmem_cache_destroy(hdr_full_crypt_cache); in buf_fini()
1260 hdr_full_crypt_cache = kmem_cache_create("arc_buf_hdr_t_full_crypt", in buf_init()
3277 hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3333 new = hdr_full_crypt_cache; in arc_hdr_realloc()
3335 old = hdr_full_crypt_cache; in arc_hdr_realloc()
3344 if (new == hdr_full_cache || new == hdr_full_crypt_cache) { in arc_hdr_realloc()
3449 ncache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3456 ocache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3530 if (ocache == hdr_full_crypt_cache) { in arc_hdr_realloc_crypt()
[all …]