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

/linux-master/drivers/tty/hvc/
H A Dhvcs.c229 * Used by the khvcsd to pick up I/O operations when the kernel_thread is
608 static int khvcsd(void *unused) function
1480 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd");
1482 printk(KERN_ERR "HVCS: khvcsd creation failed.\n");
1526 * This synchronous operation will wake the khvcsd kthread if it is
1527 * asleep and will return when khvcsd has terminated.

Completed in 128 milliseconds