Home
last modified time | relevance | path

Searched refs:for_each_thread (Results 1 – 9 of 9) sorted by relevance

/linux/lib/
H A Dis_single_threaded.c36 for_each_thread(p, t) { in current_is_single_threaded()
/linux/security/landlock/
H A Dtsync.c356 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 Dguarded_storage.c100 for_each_thread(current, sibling) { in gs_broadcast()
/linux/include/linux/sched/
H A Dsignal.h656 #define for_each_thread(p, t) \ macro
661 for_each_process(p) for_each_thread(p, t)
/linux/kernel/sched/
H A Dautogroup.c187 for_each_thread(p, t) in autogroup_move_group()
/linux/kernel/
H A Dexit.c480 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 Dsignal.c896 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 Dfork.c3083 for_each_thread(leader, parent) { in walk_process_tree()
/linux/mm/
H A Dmemory-failure.c504 for_each_thread(tsk, t) { in find_early_kill_thread()