Searched refs:flush_thread (Results 1 – 18 of 18) sorted by relevance
23 void flush_thread(void) in flush_thread() function
31 void flush_thread(void){} in flush_thread() function
118 void flush_thread(void) in flush_thread() function
117 void flush_thread(void) in flush_thread() function
273 void flush_thread(void) in flush_thread() function
51 void flush_thread(void) in flush_thread() function
74 void flush_thread(void) in flush_thread() function
357 static inline void flush_thread(void) in flush_thread() function
94 void flush_thread(void) in flush_thread() function
196 struct task_struct *flush_thread; member1326 wake_up_process(wc->flush_thread); in writecache_offload_bio()2191 if (wc->flush_thread) in writecache_dtr()2192 kthread_stop(wc->flush_thread); in writecache_dtr()2525 wc->flush_thread = kthread_run(writecache_flush_thread, wc, "dm_writecache_flush"); in writecache_ctr()2526 if (IS_ERR(wc->flush_thread)) { in writecache_ctr()2527 r = PTR_ERR(wc->flush_thread); in writecache_ctr()2528 wc->flush_thread = NULL; in writecache_ctr()
204 void flush_thread(void) in flush_thread() function
98 void flush_thread(void) in flush_thread() function
218 flush_thread(void) in flush_thread() function
218 void flush_thread(void) in flush_thread() function
102 void flush_thread(void) in flush_thread() function
68 flush_thread() in arch/arm/process.c. The change to
332 void flush_thread(void) in flush_thread() function
1175 flush_thread(); in begin_new_exec()