Searched refs:while_each_thread (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/fs/ |
D | fs_struct.c | 82 } while_each_thread(g, p); in chroot_fs_refs()
|
D | exec.c | 1575 while_each_thread(p, t) { in check_unsafe_exec()
|
/Linux-v6.1/include/linux/sched/ |
D | signal.h | 658 #define while_each_thread(g, t) \ macro
|
/Linux-v6.1/kernel/ |
D | taskstats.c | 261 } while_each_thread(first, tsk); in fill_stats_for_tgid()
|
D | signal.c | 1061 } while_each_thread(p, t); in complete_signal() 1370 while_each_thread(p, t) { in zap_other_threads() 2428 while_each_thread(current, t) { in do_signal_stop() 2924 while_each_thread(tsk, t) { in retarget_shared_pending()
|
D | exit.c | 1553 } while_each_thread(current, tsk); in do_wait()
|
D | sys.c | 1815 } while_each_thread(p, t); in getrusage()
|
/Linux-v6.1/fs/proc/ |
D | array.c | 534 } while_each_thread(task, t); in do_task_stat()
|
D | base.c | 2996 while_each_thread(task, t) in do_io_accounting() 3818 } while_each_thread(task, pos); in first_tid()
|
/Linux-v6.1/arch/ia64/kernel/ |
D | mca.c | 1636 } while_each_thread (g, t); in default_monarch_init_process()
|
/Linux-v6.1/kernel/cgroup/ |
D | cgroup.c | 2869 } while_each_thread(leader, task); in cgroup_migrate() 2899 } while_each_thread(leader, task); in cgroup_attach_task()
|
/Linux-v6.1/drivers/tty/ |
D | tty_io.c | 3036 } while_each_thread(g, p); in __do_SAK()
|