Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c251 static struct task_struct *hvcs_task; variable
515 wake_up_process(hvcs_task); in hvcs_kick()
1481 if (hvcs_task) { in hvcs_initialize()
1541 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd"); in hvcs_initialize()
1542 if (IS_ERR(hvcs_task)) { in hvcs_initialize()
1590 if (!hvcs_task) in hvcs_module_exit()
1597 kthread_stop(hvcs_task); in hvcs_module_exit()