Searched refs:segvn_cache (Results 1 – 1 of 1) sorted by relevance
231 static struct kmem_cache *segvn_cache; variable416 segvn_cache = kmem_cache_create("segvn_cache", in segvn_init()810 svd = kmem_cache_alloc(segvn_cache, KM_SLEEP); in segvn_create()1597 newsvd = kmem_cache_alloc(segvn_cache, KM_SLEEP); in segvn_dup()2245 nsvd = kmem_cache_alloc(segvn_cache, KM_SLEEP); in segvn_unmap()2554 kmem_cache_free(segvn_cache, svd); in segvn_free()6597 nsvd = kmem_cache_alloc(segvn_cache, KM_SLEEP); in segvn_split_seg()