Home
last modified time | relevance | path

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

/linux/include/linux/
A Dconsole.h415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); member
/linux/kernel/printk/
A Dnbcon.c1028 con->write_thread(con, wctxt); in nbcon_emit_next_record()
1675 if (WARN_ON(!con->write_thread)) in nbcon_alloc()
/linux/drivers/md/
A Ddm-crypt.c166 struct task_struct *write_thread; member
2052 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit()
2792 if (cc->write_thread) in crypt_dtr()
2793 kthread_stop(cc->write_thread); in crypt_dtr()
3481 cc->write_thread = kthread_run(dmcrypt_write, cc, "dmcrypt_write/%s", devname); in crypt_ctr()
3482 if (IS_ERR(cc->write_thread)) { in crypt_ctr()
3483 ret = PTR_ERR(cc->write_thread); in crypt_ctr()
3484 cc->write_thread = NULL; in crypt_ctr()
3489 set_user_nice(cc->write_thread, MIN_NICE); in crypt_ctr()

Completed in 19 milliseconds