Searched refs:for_each_thread (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/mm/ |
D | oom_kill.c | 64 for_each_thread(start, tsk) { in has_intersects_mems_allowed() 107 for_each_thread(p, t) { in find_lock_task_mm() 542 for_each_thread(p, t) { in oom_kill_process()
|
D | util.c | 223 for_each_thread(task, t) { in task_of_stack()
|
D | memory-failure.c | 383 for_each_thread(tsk, t) in find_early_kill_thread()
|
/linux-4.1.27/arch/mips/kernel/ |
D | process.c | 629 for_each_thread(task, t) { in mips_set_process_fp_mode() 649 for_each_thread(task, t) { in mips_set_process_fp_mode()
|
/linux-4.1.27/kernel/sched/ |
D | auto_group.c | 147 for_each_thread(p, t) in autogroup_move_group()
|
D | cputime.c | 304 for_each_thread(tsk, t) { in thread_group_cputime()
|
/linux-4.1.27/kernel/ |
D | seccomp.c | 264 for_each_thread(caller, thread) { in seccomp_can_sync_threads() 305 for_each_thread(caller, thread) { in seccomp_sync_threads()
|
D | exit.c | 343 for_each_thread(g, c) { in mm_update_next_owner() 446 for_each_thread(p, t) { in find_alive_thread() 566 for_each_thread(p, t) { in forget_original_parent()
|
D | signal.c | 853 for_each_thread(p, t) in prepare_signal() 862 for_each_thread(p, t) { in prepare_signal() 3135 for_each_thread(p, t) in do_sigaction()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 2557 #define for_each_thread(p, t) \ macro 2562 for_each_process(p) for_each_thread(p, t)
|