/Linux-v6.6/arch/um/kernel/ |
D | exec.c | 23 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/csky/kernel/ |
D | process.c | 31 void flush_thread(void){} in flush_thread() function
|
/Linux-v6.6/arch/hexagon/kernel/ |
D | process.c | 117 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/parisc/kernel/ |
D | process.c | 141 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/openrisc/kernel/ |
D | process.c | 118 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/arc/kernel/ |
D | process.c | 273 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/include/linux/sched/ |
D | task.h | 80 extern void flush_thread(void);
|
/Linux-v6.6/arch/microblaze/kernel/ |
D | process.c | 51 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/sh/kernel/ |
D | process_32.c | 74 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/s390/kernel/ |
D | process.c | 64 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/m68k/kernel/ |
D | process.c | 93 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/mips/include/asm/ |
D | processor.h | 357 static inline void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/xtensa/kernel/ |
D | process.c | 203 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/riscv/kernel/ |
D | process.c | 139 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/nios2/kernel/ |
D | process.c | 98 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/drivers/md/ |
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-v6.6/arch/alpha/kernel/ |
D | process.c | 218 flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | process.c | 97 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/arm/kernel/ |
D | process.c | 218 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/sparc/kernel/ |
D | process_32.c | 196 void flush_thread(void) function
|
D | process_64.c | 410 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/arm/nwfpe/ |
D | ChangeLog | 68 flush_thread() in arch/arm/process.c. The change to
|
/Linux-v6.6/arch/arm64/kernel/ |
D | process.c | 274 void flush_thread(void) in flush_thread() function
|
/Linux-v6.6/arch/ia64/kernel/ |
D | process.c | 512 flush_thread (void) in flush_thread() function
|
/Linux-v6.6/arch/x86/kernel/ |
D | process.c | 272 void flush_thread(void) in flush_thread() function
|