Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h72 #define kmem_cache_destroy(...) linux_kmem_cache_destroy(__VA_ARGS__)
101 void linux_kmem_cache_destroy(struct linux_kmem_cache *);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c197 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy() function