Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c3471 kmem_cache_t *ncache, *ocache; in arc_hdr_realloc_crypt() local
3488 ncache = hdr_full_crypt_cache; in arc_hdr_realloc_crypt()
3493 ncache = hdr_full_cache; in arc_hdr_realloc_crypt()
3499 nhdr = kmem_cache_alloc(ncache, KM_PUSHPAGE); in arc_hdr_realloc_crypt()