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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhvc_console.c67 static struct task_struct *hvc_task; variable in typeref:struct:task_struct
287 wake_up_process(hvc_task);
853 hvc_task = kthread_run(khvcd, NULL, "khvcd");
854 if (IS_ERR(hvc_task)) {
874 kthread_stop(hvc_task);

Completed in 69 milliseconds