Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmem-cache.m411 struct kmem_cache *skc_linux_cache;
19 skc_linux_cache = kmem_cache_create_usercopy(
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c721 skc->skc_linux_cache = NULL; in spl_kmem_cache_create()
818 skc->skc_linux_cache = kmem_cache_create_usercopy( in spl_kmem_cache_create()
821 skc->skc_linux_cache = kmem_cache_create( in spl_kmem_cache_create()
824 if (skc->skc_linux_cache == NULL) { in spl_kmem_cache_create()
892 kmem_cache_destroy(skc->skc_linux_cache); in spl_kmem_cache_destroy()
1247 struct kmem_cache *slc = skc->skc_linux_cache; in spl_kmem_cache_alloc()
1332 kmem_cache_free(skc->skc_linux_cache, obj); in spl_kmem_cache_free()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h156 struct kmem_cache *skc_linux_cache; /* Linux slab cache if used */ member