Searched refs:write_thread (Results 1 – 1 of 1) sorted by relevance
161 struct task_struct *write_thread; member2003 wake_up_process(cc->write_thread); in kcryptd_crypt_write_io_submit()2730 if (cc->write_thread) in crypt_dtr()2731 kthread_stop(cc->write_thread); in crypt_dtr()3388 cc->write_thread = kthread_run(dmcrypt_write, cc, "dmcrypt_write/%s", devname); in crypt_ctr()3389 if (IS_ERR(cc->write_thread)) { in crypt_ctr()3390 ret = PTR_ERR(cc->write_thread); in crypt_ctr()3391 cc->write_thread = NULL; in crypt_ctr()