Searched refs:write_thread (Results 1 – 3 of 3) sorted by relevance
415 void (*write_thread)(struct console *con, struct nbcon_write_context *wctxt); member
1028 con->write_thread(con, wctxt); in nbcon_emit_next_record()1675 if (WARN_ON(!con->write_thread)) in nbcon_alloc()
166 struct task_struct *write_thread; member2052 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