Searched refs:for_each_thread (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/ |
| H A D | is_single_threaded.c | 36 for_each_thread(p, t) { in current_is_single_threaded()
|
| /linux/security/landlock/ |
| H A D | tsync.c | 356 for_each_thread(caller, thread) { 397 for_each_thread(caller, thread) { in schedule_task_work() 545 * - Our for_each_thread() loops are protected by RCU. in landlock_restrict_sibling_threads() 547 * stable between our for_each_thread loops. If the list of in landlock_restrict_sibling_threads() 548 * available sibling threads changes between these for_each_thread in landlock_restrict_sibling_threads() 569 * this use of for_each_thread(). We can reset it on each loop in landlock_restrict_sibling_threads()
|
| /linux/arch/s390/kernel/ |
| H A D | guarded_storage.c | 100 for_each_thread(current, sibling) { in gs_broadcast()
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 656 #define for_each_thread(p, t) \ macro 661 for_each_process(p) for_each_thread(p, t)
|
| /linux/kernel/sched/ |
| H A D | autogroup.c | 187 for_each_thread(p, t) in autogroup_move_group()
|
| /linux/kernel/ |
| H A D | exit.c | 480 for_each_thread(g, t) { in try_to_set_owner() 627 for_each_thread(p, t) { in find_alive_thread() 750 for_each_thread(p, t) { in forget_original_parent()
|
| H A D | signal.c | 896 for_each_thread(p, t) in prepare_signal() 905 for_each_thread(p, t) { in prepare_signal() 4429 for_each_thread(p, t) in do_sigaction()
|
| H A D | fork.c | 3083 for_each_thread(leader, parent) { in walk_process_tree()
|
| /linux/mm/ |
| H A D | memory-failure.c | 504 for_each_thread(tsk, t) { in find_early_kill_thread()
|