Searched refs:write_thread (Results 1 – 6 of 6) sorted by relevance
169 struct task_struct *write_thread; member1975 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()
419 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); member
1070 con->write_thread(con, wctxt); in nbcon_emit_next_record()1778 if (WARN_ON(!con->write_thread || in nbcon_alloc()
506 tup->console.write_thread = tegra_utc_console_write_thread; in tegra_utc_setup_port()
902 .write_thread = sifive_serial_console_write_thread,
2700 .write_thread = netconsole_write_ext,2709 .write_thread = netconsole_write_basic,