Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvcs.c227 * Used by the khvcsd to pick up I/O operations when the kernel_thread is
626 static int khvcsd(void *unused) in khvcsd() function
1525 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd"); in hvcs_initialize()
1527 printk(KERN_ERR "HVCS: khvcsd creation failed.\n"); in hvcs_initialize()
1578 * This synchronous operation will wake the khvcsd kthread if it is in hvcs_module_exit()
1579 * asleep and will return when khvcsd has terminated. in hvcs_module_exit()
/kernel/linux/linux-6.6/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) in khvcsd() function
1482 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd"); in hvcs_initialize()
1484 printk(KERN_ERR "HVCS: khvcsd creation failed.\n"); in hvcs_initialize()
1528 * This synchronous operation will wake the khvcsd kthread if it is in hvcs_module_exit()
1529 * asleep and will return when khvcsd has terminated. in hvcs_module_exit()

Completed in 5 milliseconds