Lines Matching defs:endio_thread
189 struct task_struct *endio_thread;
1537 wake_up_process(wc->endio_thread);
1551 wake_up_process(wc->endio_thread);
2040 if (wc->endio_thread)
2041 kthread_stop(wc->endio_thread);
2142 wc->endio_thread = kthread_create(writecache_endio_thread, wc, "writecache_endio");
2143 if (IS_ERR(wc->endio_thread)) {
2144 r = PTR_ERR(wc->endio_thread);
2145 wc->endio_thread = NULL;
2149 wake_up_process(wc->endio_thread);