Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dconsole.h415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); member
/linux-6.15/kernel/printk/
H A Dnbcon.c1028 con->write_thread(con, wctxt); in nbcon_emit_next_record()
1675 if (WARN_ON(!con->write_thread)) in nbcon_alloc()
/linux-6.15/drivers/md/
H A Ddm-crypt.c167 struct task_struct *write_thread; member
2030 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit()
2761 if (cc->write_thread) in crypt_dtr()
2762 kthread_stop(cc->write_thread); in crypt_dtr()
3450 cc->write_thread = kthread_run(dmcrypt_write, cc, "dmcrypt_write/%s", devname); in crypt_ctr()
3451 if (IS_ERR(cc->write_thread)) { in crypt_ctr()
3452 ret = PTR_ERR(cc->write_thread); in crypt_ctr()
3453 cc->write_thread = NULL; in crypt_ctr()
3458 set_user_nice(cc->write_thread, MIN_NICE); in crypt_ctr()
/linux-6.15/drivers/gpu/drm/clients/
H A Ddrm_log.c384 con->write_thread = drm_log_write_thread; in drm_log_register_console()
/linux-6.15/drivers/tty/serial/
H A Dtegra-utc.c507 tup->console.write_thread = tegra_utc_console_write_thread; in tegra_utc_setup_port()
H A Dimx.c2337 .write_thread = imx_uart_console_write_thread,
H A Damba-pl011.c2613 .write_thread = pl011_console_write_thread,