Searched refs:write_thread (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 168 struct task_struct *write_thread; member 2011 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit() 2741 if (cc->write_thread) in crypt_dtr() 2742 kthread_stop(cc->write_thread); in crypt_dtr() 3432 cc->write_thread = kthread_run(dmcrypt_write, cc, "dmcrypt_write/%s", devname); in crypt_ctr() 3433 if (IS_ERR(cc->write_thread)) { in crypt_ctr() 3434 ret = PTR_ERR(cc->write_thread); in crypt_ctr() 3435 cc->write_thread = NULL; in crypt_ctr() 3440 set_user_nice(cc->write_thread, MIN_NICE); in crypt_ctr()
|
| /linux/kernel/printk/ |
| H A D | nbcon.c | 1070 con->write_thread(con, wctxt); in nbcon_emit_next_record() 1778 if (WARN_ON(!con->write_thread || in nbcon_alloc()
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 405 con->write_thread = drm_log_write_thread; in drm_log_register_console()
|
| /linux/drivers/tty/serial/ |
| H A D | tegra-utc.c | 507 tup->console.write_thread = tegra_utc_console_write_thread; in tegra_utc_setup_port()
|
| H A D | sifive.c | 902 .write_thread = sifive_serial_console_write_thread,
|
| H A D | imx.c | 2344 .write_thread = imx_uart_console_write_thread,
|
| H A D | amba-pl011.c | 2613 .write_thread = pl011_console_write_thread,
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 2106 .write_thread = netconsole_write_ext, 2115 .write_thread = netconsole_write_basic,
|