Searched refs:dashtty_thread (Results 1 – 1 of 1) sorted by relevance
71 static struct task_struct *dashtty_thread; variable599 dashtty_thread = kthread_create(put_data, NULL, "ttyDA"); in dashtty_init()600 if (IS_ERR(dashtty_thread)) { in dashtty_init()602 ret = PTR_ERR(dashtty_thread); in dashtty_init()610 kthread_bind(dashtty_thread, 0); in dashtty_init()611 wake_up_process(dashtty_thread); in dashtty_init()624 kthread_stop(dashtty_thread); in dashtty_init()640 kthread_stop(dashtty_thread); in dashtty_exit()