Searched refs:walk_process_tree (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | signal.h | 632 void walk_process_tree(struct task_struct *top, proc_visitor, void *);
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | signal.h | 669 void walk_process_tree(struct task_struct *top, proc_visitor, void *);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 2508 walk_process_tree(me, propagate_has_child_subreaper, NULL); in SYSCALL_DEFINE5()
|
H A D | fork.c | 2810 void walk_process_tree(struct task_struct *top, proc_visitor visitor, void *data) in walk_process_tree() function
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 3230 void walk_process_tree(struct task_struct *top, proc_visitor visitor, void *data) in walk_process_tree() function
|
H A D | sys.c | 2586 walk_process_tree(me, propagate_has_child_subreaper, NULL); in SYSCALL_DEFINE5()
|
Completed in 27 milliseconds