Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvsi.c746 /* wait for hvsi_write_worker to empty hp->outbuf */
756 * it's also possible that our timeout expired and hvsi_write_worker in hvsi_flush_output()
793 /* hvsi_write_worker will re-schedule until outbuf is empty. */ in hvsi_close()
848 /* hvsi_write_worker will keep rescheduling itself until outbuf is empty */
849 static void hvsi_write_worker(struct work_struct *work) in hvsi_write_worker() function
928 * and hvsi_write_worker will be scheduled. subsequent hvsi_write() calls in hvsi_write()
1198 INIT_DELAYED_WORK(&hp->writer, hvsi_write_worker); in hvsi_console_init()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvsi.c746 /* wait for hvsi_write_worker to empty hp->outbuf */
756 * it's also possible that our timeout expired and hvsi_write_worker in hvsi_flush_output()
793 /* hvsi_write_worker will re-schedule until outbuf is empty. */ in hvsi_close()
848 /* hvsi_write_worker will keep rescheduling itself until outbuf is empty */
849 static void hvsi_write_worker(struct work_struct *work) in hvsi_write_worker() function
927 * and hvsi_write_worker will be scheduled. subsequent hvsi_write() calls in hvsi_write()
1199 INIT_DELAYED_WORK(&hp->writer, hvsi_write_worker); in hvsi_console_init()

Completed in 4 milliseconds