Searched refs:linux_kthread_stop (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h51 int linux_kthread_stop(struct task_struct *);
63 #define kthread_stop(task) linux_kthread_stop(task)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c60 linux_kthread_stop(struct task_struct *task) function

Completed in 139 milliseconds