Searched refs:while_each_thread (Results 1 – 12 of 12) sorted by relevance
/linux/fs/ |
A D | fs_struct.c | 82 } while_each_thread(g, p); in chroot_fs_refs()
|
A D | exec.c | 1570 while_each_thread(p, t) { in check_unsafe_exec()
|
/linux/include/linux/sched/ |
A D | signal.h | 630 #define while_each_thread(g, t) \ macro
|
/linux/kernel/ |
A D | taskstats.c | 239 } while_each_thread(first, tsk); in fill_stats_for_tgid()
|
A D | sys.c | 255 } while_each_thread(g, p); in SYSCALL_DEFINE3() 326 } while_each_thread(g, p); in SYSCALL_DEFINE2() 1792 } while_each_thread(p, t); in getrusage()
|
A D | signal.c | 1053 } while_each_thread(p, t); in complete_signal() 1367 while_each_thread(p, t) { in zap_other_threads() 2416 while_each_thread(current, t) { in do_signal_stop() 2917 while_each_thread(tsk, t) { in retarget_shared_pending()
|
A D | exit.c | 1531 } while_each_thread(current, tsk); in do_wait()
|
/linux/fs/proc/ |
A D | array.c | 528 } while_each_thread(task, t); in do_task_stat()
|
A D | base.c | 2966 while_each_thread(task, t) in do_io_accounting() 3749 } while_each_thread(task, pos); in first_tid()
|
/linux/arch/ia64/kernel/ |
A D | mca.c | 1637 } while_each_thread (g, t); in default_monarch_init_process()
|
/linux/kernel/cgroup/ |
A D | cgroup.c | 2767 } while_each_thread(leader, task); in cgroup_migrate() 2797 } while_each_thread(leader, task); in cgroup_attach_task()
|
/linux/drivers/tty/ |
A D | tty_io.c | 3074 } while_each_thread(g, p); in __do_SAK()
|
Completed in 50 milliseconds