Searched refs:write_thread (Results 1 – 1 of 1) sorted by relevance
148 struct task_struct *write_thread; member1690 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit()2205 if (cc->write_thread) in crypt_dtr()2206 kthread_stop(cc->write_thread); in crypt_dtr()2829 cc->write_thread = kthread_create(dmcrypt_write, cc, "dmcrypt_write"); in crypt_ctr()2830 if (IS_ERR(cc->write_thread)) { in crypt_ctr()2831 ret = PTR_ERR(cc->write_thread); in crypt_ctr()2832 cc->write_thread = NULL; in crypt_ctr()2836 wake_up_process(cc->write_thread); in crypt_ctr()