Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Drefcount.c39 static kmem_cache_t *reference_history_cache; variable
47 reference_history_cache = kmem_cache_create("reference_history_cache", in refcount_init()
55 kmem_cache_destroy(reference_history_cache); in refcount_fini()
92 kmem_cache_free(reference_history_cache, ref->ref_removed); in refcount_destroy_many()
167 kmem_cache_alloc(reference_history_cache, in refcount_remove_many()
174 kmem_cache_free(reference_history_cache, in refcount_remove_many()