Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c702 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()
/src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h151 struct kmem_cache *skc_linux_cache; /* Linux slab cache if used */ member