/linux/arch/um/kernel/ |
H A D | exec.c | 23 void flush_thread(void) in flush_thread() function
|
/linux/arch/csky/kernel/ |
H A D | process.c | 31 void flush_thread(void){} in flush_thread() function
|
/linux/arch/hexagon/kernel/ |
H A D | process.c | 118 void flush_thread(void) in flush_thread() function
|
/linux/arch/parisc/kernel/ |
H A D | process.c | 141 void flush_thread(void) in flush_thread() function
|
/linux/arch/openrisc/kernel/ |
H A D | process.c | 117 void flush_thread(void) in flush_thread() function
|
/linux/arch/arc/kernel/ |
H A D | process.c | 273 void flush_thread(void) in flush_thread() function
|
/linux/arch/microblaze/kernel/ |
H A D | process.c | 51 void flush_thread(void) in flush_thread() function
|
/linux/arch/sh/kernel/ |
H A D | process_32.c | 74 void flush_thread(void) in flush_thread() function
|
/linux/include/linux/sched/ |
H A D | task.h | 84 extern void flush_thread(void);
|
/linux/arch/mips/include/asm/ |
H A D | processor.h | 357 static inline void flush_thread(void) in flush_thread() function
|
/linux/arch/s390/kernel/ |
H A D | process.c | 68 void flush_thread(void) in flush_thread() function
|
/linux/arch/m68k/kernel/ |
H A D | process.c | 94 void flush_thread(void) in flush_thread() function
|
/linux/drivers/md/ |
H A D | dm-writecache.c | 197 struct task_struct *flush_thread; member 1327 wake_up_process(wc->flush_thread); in writecache_offload_bio() 2193 if (wc->flush_thread) in writecache_dtr() 2194 kthread_stop(wc->flush_thread); in writecache_dtr() 2526 wc->flush_thread = kthread_run(writecache_flush_thread, wc, "dm_writecache_flush"); in writecache_ctr() 2527 if (IS_ERR(wc->flush_thread)) { in writecache_ctr() 2528 r = PTR_ERR(wc->flush_thread); in writecache_ctr() 2529 wc->flush_thread = NULL; in writecache_ctr()
|
/linux/arch/xtensa/kernel/ |
H A D | process.c | 204 void flush_thread(void) in flush_thread() function
|
/linux/arch/nios2/kernel/ |
H A D | process.c | 98 void flush_thread(void) in flush_thread() function
|
/linux/arch/alpha/kernel/ |
H A D | process.c | 218 flush_thread(void) in flush_thread() function
|
/linux/arch/loongarch/kernel/ |
H A D | process.c | 98 void flush_thread(void) in flush_thread() function
|
/linux/arch/arm/kernel/ |
H A D | process.c | 218 void flush_thread(void) in flush_thread() function
|
/linux/arch/sparc/kernel/ |
H A D | process_32.c | 196 void flush_thread(void) function
|
H A D | process_64.c | 410 void flush_thread(void) in flush_thread() function
|
/linux/arch/arm/nwfpe/ |
H A D | ChangeLog | 68 flush_thread() in arch/arm/process.c. The change to
|