Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h67 #define kmem_cache_destroy(...) linux_kmem_cache_destroy(__VA_ARGS__)
248 extern void linux_kmem_cache_destroy(struct linux_kmem_cache *);
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c193 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy() function