Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDslab.h70 #define kmem_cache_destroy(...) linux_kmem_cache_destroy(__VA_ARGS__)
99 void linux_kmem_cache_destroy(struct linux_kmem_cache *);
/freebsd-head/sys/compat/linuxkpi/common/src/
HDlinux_slab.c197 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy() function