Searched refs:while_each_thread (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/include/linux/sched/ |
D | signal.h | 655 #define while_each_thread(g, t) \ macro
|
/linux-6.6.21/kernel/ |
D | taskstats.c | 261 } while_each_thread(first, tsk); in fill_stats_for_tgid()
|
D | signal.c | 1066 } while_each_thread(p, t); in complete_signal() 1385 while_each_thread(p, t) { in zap_other_threads() 2461 while_each_thread(current, t) { in do_signal_stop() 2958 while_each_thread(tsk, t) { in retarget_shared_pending()
|
D | exit.c | 1624 } while_each_thread(current, tsk); in do_wait()
|
D | sys.c | 1835 } while_each_thread(p, t); in getrusage()
|
/linux-6.6.21/fs/proc/ |
D | array.c | 544 } while_each_thread(task, t); in do_task_stat()
|
D | base.c | 2996 while_each_thread(task, t) in do_io_accounting()
|
/linux-6.6.21/fs/ |
D | exec.c | 1590 while_each_thread(p, t) { in check_unsafe_exec()
|
/linux-6.6.21/kernel/cgroup/ |
D | cgroup.c | 2821 } while_each_thread(leader, task); in cgroup_migrate() 2850 } while_each_thread(leader, task); in cgroup_attach_task()
|