Searched refs:skc_linux_cache (Results 1 – 2 of 2) sorted by relevance
702 skc->skc_linux_cache = NULL; in spl_kmem_cache_create()787 skc->skc_linux_cache = kmem_cache_create_usercopy( in spl_kmem_cache_create()789 if (skc->skc_linux_cache == NULL) in spl_kmem_cache_create()855 kmem_cache_destroy(skc->skc_linux_cache); in spl_kmem_cache_destroy()1220 struct kmem_cache *slc = skc->skc_linux_cache; in spl_kmem_cache_alloc()1305 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