Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c704 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()
/freebsd/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