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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1649 static kmem_cache_t *hdr_full_cache; variable
1662 kmem_cache_destroy(hdr_full_cache);
1791 hdr_full_cache = kmem_cache_create("arc_buf_hdr_t_full", HDR_FULL_SIZE,
3266 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE);
3296 * The arc_buf_hdr struct can be allocated with (hdr_full_cache) or without
3309 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) ||
3310 (old == hdr_l2only_cache && new == hdr_full_cache));
3319 if (new == hdr_full_cache) {
3538 kmem_cache_free(hdr_full_cache, hdr);
3626 hdr = arc_hdr_realloc(hdr, hdr_full_cache,
[all...]

Completed in 78 milliseconds