Searched refs:write_thread (Results 1 – 8 of 8) sorted by relevance
415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); member
167 struct task_struct *write_thread; member2051 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit()2782 if (cc->write_thread) in crypt_dtr()2783 kthread_stop(cc->write_thread); in crypt_dtr()3471 cc->write_thread = kthread_run(dmcrypt_write, cc, "dmcrypt_write/%s", devname); in crypt_ctr()3472 if (IS_ERR(cc->write_thread)) { in crypt_ctr()3473 ret = PTR_ERR(cc->write_thread); in crypt_ctr()3474 cc->write_thread = NULL; in crypt_ctr()3479 set_user_nice(cc->write_thread, MIN_NICE); in crypt_ctr()
1047 con->write_thread(con, wctxt); in nbcon_emit_next_record()1697 if (WARN_ON(!con->write_thread)) in nbcon_alloc()
384 con->write_thread = drm_log_write_thread; in drm_log_register_console()
507 tup->console.write_thread = tegra_utc_console_write_thread; in tegra_utc_setup_port()
902 .write_thread = sifive_serial_console_write_thread,
2344 .write_thread = imx_uart_console_write_thread,
2613 .write_thread = pl011_console_write_thread,