Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c238 static struct task_struct *hvcs_task; variable
482 wake_up_process(hvcs_task); in hvcs_kick()
1422 if (hvcs_task) { in hvcs_initialize()
1482 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd"); in hvcs_initialize()
1483 if (IS_ERR(hvcs_task)) { in hvcs_initialize()
1524 if (!hvcs_task) in hvcs_module_exit()
1531 kthread_stop(hvcs_task); in hvcs_module_exit()