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

/linux-master/drivers/tty/hvc/
H A Dhvcs.c238 static struct task_struct *hvcs_task; variable in typeref:struct:task_struct
482 wake_up_process(hvcs_task);
1420 if (hvcs_task) {
1480 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd");
1481 if (IS_ERR(hvcs_task)) {
1522 if (!hvcs_task)
1529 kthread_stop(hvcs_task);

Completed in 112 milliseconds