Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h43 if (kthread_add(linux_kthread_fn, NULL, NULL, &__td, \
58 void linux_kthread_fn(void *);
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c150 linux_kthread_fn(void *arg __unused) in linux_kthread_fn() function