Home
last modified time | relevance | path

Searched refs:write_thread (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/
H A Ddm-crypt.c169 struct task_struct *write_thread; member
1975 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit()
2702 if (cc->write_thread) in crypt_dtr()
2703 kthread_stop(cc->write_thread); in crypt_dtr()
3393 cc->write_thread = kthread_run(dmcrypt_write, cc, "dmcrypt_write/%s", devname); in crypt_ctr()
3394 if (IS_ERR(cc->write_thread)) { in crypt_ctr()
3395 ret = PTR_ERR(cc->write_thread); in crypt_ctr()
3396 cc->write_thread = NULL; in crypt_ctr()
3401 set_user_nice(cc->write_thread, MIN_NICE); in crypt_ctr()
/linux/include/linux/
H A Dconsole.h419 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); member
/linux/kernel/printk/
H A Dnbcon.c1070 con->write_thread(con, wctxt); in nbcon_emit_next_record()
1778 if (WARN_ON(!con->write_thread || in nbcon_alloc()
/linux/drivers/tty/serial/
H A Dtegra-utc.c506 tup->console.write_thread = tegra_utc_console_write_thread; in tegra_utc_setup_port()
H A Dsifive.c902 .write_thread = sifive_serial_console_write_thread,
/linux/drivers/net/
H A Dnetconsole.c2700 .write_thread = netconsole_write_ext,
2709 .write_thread = netconsole_write_basic,