Searched refs:skc_linux_cache (Results 1 – 2 of 2) sorted by relevance
704 skc->skc_linux_cache = NULL; in spl_kmem_cache_create()789 skc->skc_linux_cache = kmem_cache_create_usercopy( in spl_kmem_cache_create()791 if (skc->skc_linux_cache == NULL) in spl_kmem_cache_create()857 kmem_cache_destroy(skc->skc_linux_cache); in spl_kmem_cache_destroy()1222 struct kmem_cache *slc = skc->skc_linux_cache; in spl_kmem_cache_alloc()1307 kmem_cache_free(skc->skc_linux_cache, obj); in spl_kmem_cache_free()
151 struct kmem_cache *skc_linux_cache; /* Linux slab cache if used */ member