Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c60 linux_kthread_stop(struct task_struct *task) in linux_kthread_stop() function