/Linux-v4.19/arch/um/kernel/ |
D | exec.c | 22 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/c6x/kernel/ |
D | process.c | 83 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/include/linux/sched/ |
D | task.h | 60 extern void flush_thread(void);
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | process.c | 137 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/h8300/kernel/ |
D | process.c | 105 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | process.c | 100 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/parisc/kernel/ |
D | process.c | 158 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/riscv/kernel/ |
D | process.c | 85 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/arc/kernel/ |
D | process.c | 294 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | process.c | 53 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/nds32/kernel/ |
D | process.c | 128 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/drivers/md/ |
D | dm-writecache.c | 175 struct task_struct *flush_thread; member 1112 wake_up_process(wc->flush_thread); in writecache_offload_bio() 1779 if (wc->flush_thread) in writecache_dtr() 1780 kthread_stop(wc->flush_thread); in writecache_dtr() 2063 wc->flush_thread = kthread_create(writecache_flush_thread, wc, "dm_writecache_flush"); in writecache_ctr() 2064 if (IS_ERR(wc->flush_thread)) { in writecache_ctr() 2065 r = PTR_ERR(wc->flush_thread); in writecache_ctr() 2066 wc->flush_thread = NULL; in writecache_ctr() 2070 wake_up_process(wc->flush_thread); in writecache_ctr()
|
/Linux-v4.19/arch/sh/kernel/ |
D | process_32.c | 81 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/m68k/kernel/ |
D | process.c | 93 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | processor.h | 376 static inline void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/s390/kernel/ |
D | process.c | 48 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | process.c | 138 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/nios2/kernel/ |
D | process.c | 99 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | process.c | 206 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/alpha/kernel/ |
D | process.c | 218 flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/arm64/kernel/ |
D | process.c | 272 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/arm/kernel/ |
D | process.c | 207 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | ChangeLog | 68 flush_thread() in arch/arm/process.c. The change to
|
/Linux-v4.19/arch/x86/kernel/ |
D | process.c | 130 void flush_thread(void) in flush_thread() function
|
/Linux-v4.19/arch/sparc/kernel/ |
D | process_32.c | 202 void flush_thread(void) function
|