linux_kthread_stop
int linux_kthread_stop(struct task_struct *);
#define kthread_stop(task) linux_kthread_stop(task)