endio_thread      173 drivers/md/dm-writecache.c 	struct task_struct *endio_thread;
endio_thread     1338 drivers/md/dm-writecache.c 		wake_up_process(wc->endio_thread);
endio_thread     1352 drivers/md/dm-writecache.c 		wake_up_process(wc->endio_thread);
endio_thread     1824 drivers/md/dm-writecache.c 	if (wc->endio_thread)
endio_thread     1825 drivers/md/dm-writecache.c 		kthread_stop(wc->endio_thread);
endio_thread     1924 drivers/md/dm-writecache.c 	wc->endio_thread = kthread_create(writecache_endio_thread, wc, "writecache_endio");
endio_thread     1925 drivers/md/dm-writecache.c 	if (IS_ERR(wc->endio_thread)) {
endio_thread     1926 drivers/md/dm-writecache.c 		r = PTR_ERR(wc->endio_thread);
endio_thread     1927 drivers/md/dm-writecache.c 		wc->endio_thread = NULL;
endio_thread     1931 drivers/md/dm-writecache.c 	wake_up_process(wc->endio_thread);