Searched refs:for_each_thread (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/kernel/sched/ |
H A D | auto_group.c | 147 for_each_thread(p, t) autogroup_move_group()
|
H A D | cputime.c | 304 for_each_thread(tsk, t) { for_each_thread() function
|
/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
|
H A D | memory-failure.c | 383 for_each_thread(tsk, t) find_early_kill_thread()
|
/linux-4.1.27/kernel/ |
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 | 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 | signal.c | 853 for_each_thread(p, t) prepare_signal() 862 for_each_thread(p, t) { for_each_thread() function 3135 for_each_thread(p, t) do_sigaction()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 2557 #define for_each_thread(p, t) \ macro 2562 for_each_process(p) for_each_thread(p, t)
|
Completed in 273 milliseconds