Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDrefcount.c43 static kmem_cache_t *reference_history_cache; variable
51 reference_history_cache = kmem_cache_create("reference_history_cache", in refcount_sysinit()
59 kmem_cache_destroy(reference_history_cache); in refcount_fini()
96 kmem_cache_free(reference_history_cache, ref->ref_removed); in refcount_destroy_many()
171 kmem_cache_alloc(reference_history_cache, in refcount_remove_many()
178 kmem_cache_free(reference_history_cache, in refcount_remove_many()