Searched refs:while_each_thread (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/fs/ |
D | fs_struct.c | 82 } while_each_thread(g, p); in chroot_fs_refs()
|
D | exec.c | 1553 while_each_thread(p, t) { in check_unsafe_exec()
|
/Linux-v5.10/include/linux/sched/ |
D | signal.h | 600 #define while_each_thread(g, t) \ macro
|
/Linux-v5.10/kernel/ |
D | taskstats.c | 239 } while_each_thread(first, tsk); in fill_stats_for_tgid()
|
D | sys.c | 249 } while_each_thread(g, p); in SYSCALL_DEFINE3() 320 } while_each_thread(g, p); in SYSCALL_DEFINE2() 1773 } while_each_thread(p, t); in getrusage()
|
D | signal.c | 1053 } while_each_thread(p, t); in complete_signal() 1355 while_each_thread(p, t) { in zap_other_threads() 2348 while_each_thread(current, t) { in do_signal_stop() 2817 while_each_thread(tsk, t) { in retarget_shared_pending()
|
D | exit.c | 1462 } while_each_thread(current, tsk); in do_wait()
|
/Linux-v5.10/fs/proc/ |
D | array.c | 507 } while_each_thread(task, t); in do_task_stat()
|
D | base.c | 2946 while_each_thread(task, t) in do_io_accounting() 3722 } while_each_thread(task, pos); in first_tid()
|
/Linux-v5.10/arch/ia64/kernel/ |
D | mca.c | 1635 } while_each_thread (g, t); in default_monarch_init_process()
|
/Linux-v5.10/kernel/cgroup/ |
D | cgroup.c | 2702 } while_each_thread(leader, task); in cgroup_migrate() 2732 } while_each_thread(leader, task); in cgroup_attach_task()
|
/Linux-v5.10/drivers/tty/ |
D | tty_io.c | 2937 } while_each_thread(g, p); in __do_SAK()
|