Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h189 extern void linux_kfree_async(void *);
198 linux_kfree_async(__DECONST(void *, ptr)); in kfree()
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c256 linux_kfree_async(void *addr) in linux_kfree_async() function