Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/
H A Dvnode.c90 kmem_cache_t *vsk_anchor_cache; variable
581 vsk_anchor_cache = kmem_cache_create("vsk_anchor_cache", in vopstats_startup()
674 vskp = kmem_cache_alloc(vsk_anchor_cache, KM_SLEEP); in get_vskstat_anchor()
694 kmem_cache_free(vsk_anchor_cache, vskp); in get_vskstat_anchor()
734 kmem_cache_free(vsk_anchor_cache, vskap); in teardown_vopstats()