/Linux-v5.10/arch/um/kernel/ |
D | exec.c | 22 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/csky/kernel/ |
D | process.c | 31 void flush_thread(void){} in flush_thread() function
|
/Linux-v5.10/arch/c6x/kernel/ |
D | process.c | 79 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/hexagon/kernel/ |
D | process.c | 124 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/include/linux/sched/ |
D | task.h | 72 extern void flush_thread(void);
|
/Linux-v5.10/arch/h8300/kernel/ |
D | process.c | 104 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/openrisc/kernel/ |
D | process.c | 95 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/parisc/kernel/ |
D | process.c | 143 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/arc/kernel/ |
D | process.c | 280 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/microblaze/kernel/ |
D | process.c | 52 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/riscv/kernel/ |
D | process.c | 89 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/sh/kernel/ |
D | process_32.c | 74 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | process.c | 139 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/s390/kernel/ |
D | process.c | 50 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/m68k/kernel/ |
D | process.c | 93 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/mips/include/asm/ |
D | processor.h | 377 static inline void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/nds32/kernel/ |
D | process.c | 137 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/drivers/md/ |
D | dm-writecache.c | 182 struct task_struct *flush_thread; member 1273 wake_up_process(wc->flush_thread); in writecache_offload_bio() 1991 if (wc->flush_thread) in writecache_dtr() 1992 kthread_stop(wc->flush_thread); in writecache_dtr() 2297 wc->flush_thread = kthread_create(writecache_flush_thread, wc, "dm_writecache_flush"); in writecache_ctr() 2298 if (IS_ERR(wc->flush_thread)) { in writecache_ctr() 2299 r = PTR_ERR(wc->flush_thread); in writecache_ctr() 2300 wc->flush_thread = NULL; in writecache_ctr() 2304 wake_up_process(wc->flush_thread); in writecache_ctr()
|
/Linux-v5.10/arch/nios2/kernel/ |
D | process.c | 99 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/alpha/kernel/ |
D | process.c | 217 flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/arm/kernel/ |
D | process.c | 206 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/sparc/kernel/ |
D | process_32.c | 200 void flush_thread(void) function
|
/Linux-v5.10/arch/arm/nwfpe/ |
D | ChangeLog | 68 flush_thread() in arch/arm/process.c. The change to
|
/Linux-v5.10/arch/arm64/kernel/ |
D | process.c | 336 void flush_thread(void) in flush_thread() function
|
/Linux-v5.10/arch/ia64/kernel/ |
D | process.c | 506 flush_thread (void) in flush_thread() function
|