Searched refs:for_each_thread (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/mm/ |
D | oom_kill.c | 65 for_each_thread(start, tsk) { in has_intersects_mems_allowed() 108 for_each_thread(p, t) { in find_lock_task_mm() 496 for_each_thread(p, t) { in process_shares_mm() 547 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 | 374 for_each_thread(tsk, t) in find_early_kill_thread()
|
/linux-4.4.14/lib/ |
D | is_single_threaded.c | 39 for_each_thread(p, t) { in current_is_single_threaded()
|
/linux-4.4.14/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.4.14/kernel/sched/ |
D | auto_group.c | 145 for_each_thread(p, t) in autogroup_move_group()
|
D | cputime.c | 304 for_each_thread(tsk, t) { in thread_group_cputime()
|
/linux-4.4.14/kernel/ |
D | seccomp.c | 263 for_each_thread(caller, thread) { in seccomp_can_sync_threads() 304 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 | 802 for_each_thread(p, t) in prepare_signal() 811 for_each_thread(p, t) { in prepare_signal() 3081 for_each_thread(p, t) in do_sigaction()
|
/linux-4.4.14/fs/ |
D | coredump.c | 296 for_each_thread(start, t) { in zap_process() 366 for_each_thread(g, p) { in zap_threads()
|
/linux-4.4.14/arch/arm/mm/ |
D | init.c | 693 for_each_thread(t, s) in update_sections_early()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2680 #define for_each_thread(p, t) \ macro 2685 for_each_process(p) for_each_thread(p, t)
|