Home
last modified time | relevance | path

Searched refs:walk_process_tree (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/sched/
Dsignal.h661 void walk_process_tree(struct task_struct *top, proc_visitor, void *);
/linux-6.14.4/kernel/
Dfork.c3126 void walk_process_tree(struct task_struct *top, proc_visitor visitor, void *data) in walk_process_tree() function
Dsys.c2625 walk_process_tree(me, propagate_has_child_subreaper, NULL); in SYSCALL_DEFINE5()