flush_thread       49 arch/s390/kernel/process.c void flush_thread(void)
flush_thread      175 drivers/md/dm-writecache.c 	struct task_struct *flush_thread;
flush_thread     1145 drivers/md/dm-writecache.c 		wake_up_process(wc->flush_thread);
flush_thread     1827 drivers/md/dm-writecache.c 	if (wc->flush_thread)
flush_thread     1828 drivers/md/dm-writecache.c 		kthread_stop(wc->flush_thread);
flush_thread     2115 drivers/md/dm-writecache.c 		wc->flush_thread = kthread_create(writecache_flush_thread, wc, "dm_writecache_flush");
flush_thread     2116 drivers/md/dm-writecache.c 		if (IS_ERR(wc->flush_thread)) {
flush_thread     2117 drivers/md/dm-writecache.c 			r = PTR_ERR(wc->flush_thread);
flush_thread     2118 drivers/md/dm-writecache.c 			wc->flush_thread = NULL;
flush_thread     2122 drivers/md/dm-writecache.c 		wake_up_process(wc->flush_thread);
flush_thread     1298 fs/exec.c      	flush_thread();
flush_thread      743 fs/f2fs/segment.c 		struct task_struct *flush_thread = fcc->f2fs_issue_flush;
flush_thread      746 fs/f2fs/segment.c 		kthread_stop(flush_thread);
flush_thread       77 include/linux/sched/task.h extern void flush_thread(void);