Searched refs:while_each_thread (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | fs_struct.c | 82 } while_each_thread(g, p); in chroot_fs_refs()
|
A D | exec.c | 1584 while_each_thread(p, t) { in check_unsafe_exec()
|
/linux-6.3-rc2/include/linux/sched/ |
A D | signal.h | 658 #define while_each_thread(g, t) \ macro
|
/linux-6.3-rc2/kernel/ |
A D | taskstats.c | 261 } while_each_thread(first, tsk); in fill_stats_for_tgid()
|
A 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() 2925 while_each_thread(tsk, t) { in retarget_shared_pending()
|
A D | exit.c | 1622 } while_each_thread(current, tsk); in do_wait()
|
A D | sys.c | 1817 } while_each_thread(p, t); in getrusage()
|
/linux-6.3-rc2/fs/proc/ |
A D | array.c | 529 } while_each_thread(task, t); in do_task_stat()
|
A D | base.c | 2996 while_each_thread(task, t) in do_io_accounting() 3818 } while_each_thread(task, pos); in first_tid()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | mca.c | 1636 } while_each_thread (g, t); in default_monarch_init_process()
|
/linux-6.3-rc2/kernel/cgroup/ |
A D | cgroup.c | 2874 } while_each_thread(leader, task); in cgroup_migrate() 2903 } while_each_thread(leader, task); in cgroup_attach_task()
|
/linux-6.3-rc2/drivers/tty/ |
A D | tty_io.c | 3042 } while_each_thread(g, p); in __do_SAK()
|
Completed in 51 milliseconds