Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Drefcount.c39 static kmem_cache_t *reference_history_cache; variable
47 reference_history_cache = kmem_cache_create("reference_history_cache", in zfs_refcount_init()
55 kmem_cache_destroy(reference_history_cache); in zfs_refcount_fini()
99 kmem_cache_free(reference_history_cache, ref->ref_removed); in zfs_refcount_destroy_many()
175 kmem_cache_alloc(reference_history_cache, in zfs_refcount_remove_many()
182 kmem_cache_free(reference_history_cache, in zfs_refcount_remove_many()