/Linux-v5.4/arch/um/kernel/ |
D | exec.c | 22 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/c6x/kernel/ |
D | process.c | 79 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/csky/kernel/ |
D | process.c | 25 void flush_thread(void){} in flush_thread() function
|
/Linux-v5.4/arch/h8300/kernel/ |
D | process.c | 105 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/hexagon/kernel/ |
D | process.c | 124 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/include/linux/sched/ |
D | task.h | 77 extern void flush_thread(void);
|
/Linux-v5.4/arch/parisc/kernel/ |
D | process.c | 144 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/openrisc/kernel/ |
D | process.c | 96 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/riscv/kernel/ |
D | process.c | 82 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/arc/kernel/ |
D | process.c | 291 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/microblaze/kernel/ |
D | process.c | 53 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | process.c | 140 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/drivers/md/ |
D | dm-writecache.c | 175 struct task_struct *flush_thread; member 1107 wake_up_process(wc->flush_thread); in writecache_offload_bio() 1786 if (wc->flush_thread) in writecache_dtr() 1787 kthread_stop(wc->flush_thread); in writecache_dtr() 2070 wc->flush_thread = kthread_create(writecache_flush_thread, wc, "dm_writecache_flush"); in writecache_ctr() 2071 if (IS_ERR(wc->flush_thread)) { in writecache_ctr() 2072 r = PTR_ERR(wc->flush_thread); in writecache_ctr() 2073 wc->flush_thread = NULL; in writecache_ctr() 2077 wake_up_process(wc->flush_thread); in writecache_ctr()
|
/Linux-v5.4/arch/sh/kernel/ |
D | process_32.c | 78 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/m68k/kernel/ |
D | process.c | 93 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | processor.h | 375 static inline void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/nds32/kernel/ |
D | process.c | 137 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/s390/kernel/ |
D | process.c | 49 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/nios2/kernel/ |
D | process.c | 99 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | process.c | 203 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/alpha/kernel/ |
D | process.c | 218 flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/arm/kernel/ |
D | process.c | 204 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/arm64/kernel/ |
D | process.c | 320 void flush_thread(void) in flush_thread() function
|
/Linux-v5.4/arch/arm/nwfpe/ |
D | ChangeLog | 68 flush_thread() in arch/arm/process.c. The change to
|
/Linux-v5.4/arch/sparc/kernel/ |
D | process_32.c | 202 void flush_thread(void) function
|