Searched hist:"0 f1b92cbdd0309afae0af1963e8cccddb3d2eaff" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | fork.c | diff 0f1b92cbdd0309afae0af1963e8cccddb3d2eaff Mon Jan 30 09:06:11 CST 2017 Oleg Nesterov <oleg@redhat.com> introduce the walk_process_tree() helper
Add the new helper to walk the process tree, the next patch adds a user. Note that it visits the group leaders only, proc_visitor can do for_each_thread itself or we can trivially extend walk_process_tree() to do this.
Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
/openbmc/linux/include/linux/ |
H A D | sched.h | diff 0f1b92cbdd0309afae0af1963e8cccddb3d2eaff Mon Jan 30 09:06:11 CST 2017 Oleg Nesterov <oleg@redhat.com> introduce the walk_process_tree() helper
Add the new helper to walk the process tree, the next patch adds a user. Note that it visits the group leaders only, proc_visitor can do for_each_thread itself or we can trivially extend walk_process_tree() to do this.
Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|