Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h180 extern void linux_kfree_async(void *);
186 linux_kfree_async(__DECONST(void *, ptr)); in kfree()
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c223 linux_kfree_async(void *addr) in linux_kfree_async() function