Searched defs:for_each_thread (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
H A D | process.c | 629 for_each_thread(task, t) { for_each_thread() function 649 for_each_thread(task, t) { for_each_thread() function
|
/linux-4.1.27/mm/ |
H A D | oom_kill.c | 64 for_each_thread(start, tsk) { for_each_thread() function 107 for_each_thread(p, t) { for_each_thread() function 542 for_each_thread(p, t) { for_each_thread() function
|
H A D | util.c | 223 for_each_thread(task, t) { for_each_thread() function
|
/linux-4.1.27/kernel/ |
H A D | seccomp.c | 264 for_each_thread(caller, thread) { for_each_thread() function 305 for_each_thread(caller, thread) { for_each_thread() function
|
H A D | exit.c | 343 for_each_thread(g, c) { for_each_thread() function 446 for_each_thread(p, t) { for_each_thread() function 566 for_each_thread(p, t) { for_each_thread() function
|
H A D | signal.c | 862 for_each_thread(p, t) { for_each_thread() function
|
/linux-4.1.27/kernel/sched/ |
H A D | cputime.c | 304 for_each_thread(tsk, t) { for_each_thread() function
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 2557 #define for_each_thread(p, t) \ macro
|
Completed in 341 milliseconds