/linux/arch/um/kernel/ |
A D | exec.c | 22 void flush_thread(void) in flush_thread() function
|
/linux/arch/csky/kernel/ |
A D | process.c | 31 void flush_thread(void){} in flush_thread() function
|
/linux/arch/hexagon/kernel/ |
A D | process.c | 124 void flush_thread(void) in flush_thread() function
|
/linux/arch/h8300/kernel/ |
A D | process.c | 104 void flush_thread(void) in flush_thread() function
|
/linux/arch/parisc/kernel/ |
A D | process.c | 140 void flush_thread(void) in flush_thread() function
|
/linux/include/linux/sched/ |
A D | task.h | 72 extern void flush_thread(void);
|
/linux/arch/openrisc/kernel/ |
A D | process.c | 100 void flush_thread(void) in flush_thread() function
|
/linux/arch/arc/kernel/ |
A D | process.c | 280 void flush_thread(void) in flush_thread() function
|
/linux/arch/microblaze/kernel/ |
A D | process.c | 52 void flush_thread(void) in flush_thread() function
|
/linux/arch/sh/kernel/ |
A D | process_32.c | 74 void flush_thread(void) in flush_thread() function
|
/linux/arch/riscv/kernel/ |
A D | process.c | 102 void flush_thread(void) in flush_thread() function
|
/linux/arch/xtensa/kernel/ |
A D | process.c | 139 void flush_thread(void) in flush_thread() function
|
/linux/arch/s390/kernel/ |
A D | process.c | 64 void flush_thread(void) in flush_thread() function
|
/linux/arch/nds32/kernel/ |
A D | process.c | 137 void flush_thread(void) in flush_thread() function
|
/linux/arch/m68k/kernel/ |
A D | process.c | 93 void flush_thread(void) in flush_thread() function
|
/linux/arch/mips/include/asm/ |
A D | processor.h | 355 static inline void flush_thread(void) in flush_thread() function
|
/linux/drivers/md/ |
A D | dm-writecache.c | 200 struct task_struct *flush_thread; member 1319 wake_up_process(wc->flush_thread); in writecache_offload_bio() 2168 if (wc->flush_thread) in writecache_dtr() 2169 kthread_stop(wc->flush_thread); in writecache_dtr() 2495 wc->flush_thread = kthread_run(writecache_flush_thread, wc, "dm_writecache_flush"); in writecache_ctr() 2496 if (IS_ERR(wc->flush_thread)) { in writecache_ctr() 2497 r = PTR_ERR(wc->flush_thread); in writecache_ctr() 2498 wc->flush_thread = NULL; in writecache_ctr()
|
/linux/arch/nios2/kernel/ |
A D | process.c | 99 void flush_thread(void) in flush_thread() function
|
/linux/arch/alpha/kernel/ |
A D | process.c | 217 flush_thread(void) in flush_thread() function
|
/linux/arch/sparc/kernel/ |
A D | process_32.c | 197 void flush_thread(void) function
|
/linux/arch/arm/kernel/ |
A D | process.c | 214 void flush_thread(void) in flush_thread() function
|
/linux/arch/arm/nwfpe/ |
A D | ChangeLog | 68 flush_thread() in arch/arm/process.c. The change to
|
/linux/arch/arm64/kernel/ |
A D | process.c | 272 void flush_thread(void) in flush_thread() function
|
/linux/arch/ia64/kernel/ |
A D | process.c | 507 flush_thread (void) in flush_thread() function
|
/linux/arch/x86/kernel/ |
A D | process.c | 234 void flush_thread(void) in flush_thread() function
|