Searched refs:hvc_task (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/hvc/
H A Dhvc_console.c55 static struct task_struct *hvc_task; variable in typeref:struct:task_struct
316 wake_up_process(hvc_task);
1038 hvc_task = kthread_run(khvcd, NULL, "khvcd");
1039 if (IS_ERR(hvc_task)) {
1041 err = PTR_ERR(hvc_task);
1060 kthread_stop(hvc_task);
1061 hvc_task = NULL;

Completed in 172 milliseconds