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

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c1116 static kmem_cache_t *hdr_full_cache; variable
1136 kmem_cache_destroy(hdr_full_cache);
1260 hdr_full_cache = kmem_cache_create("arc_buf_hdr_t_full", HDR_FULL_SIZE,
3255 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE);
3287 * The arc_buf_hdr struct can be allocated with (hdr_full_cache) or without
3300 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) ||
3301 (old == hdr_l2only_cache && new == hdr_full_cache));
3310 if (new == hdr_full_cache) {
3672 kmem_cache_free(hdr_full_cache, hdr);
3774 (void) arc_hdr_realloc(hdr, hdr_full_cache,
[all...]

Completed in 118 milliseconds