Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-kmem-cache.m411 struct kmem_cache *skc_linux_cache;
19 skc_linux_cache = kmem_cache_create_usercopy(
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c701 skc->skc_linux_cache = NULL; in spl_kmem_cache_create()
796 skc->skc_linux_cache = kmem_cache_create_usercopy( in spl_kmem_cache_create()
799 skc->skc_linux_cache = kmem_cache_create( in spl_kmem_cache_create()
802 if (skc->skc_linux_cache == NULL) in spl_kmem_cache_create()
868 kmem_cache_destroy(skc->skc_linux_cache); in spl_kmem_cache_destroy()
1233 struct kmem_cache *slc = skc->skc_linux_cache; in spl_kmem_cache_alloc()
1318 kmem_cache_free(skc->skc_linux_cache, obj); in spl_kmem_cache_free()
/freebsd-14.2/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