Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dptrace.h202 INIT_LIST_HEAD(&child->ptrace_entry); in ptrace_init_task()
231 BUG_ON(!list_empty(&task->ptrace_entry)); in ptrace_release_task()
H A Dsched.h1093 * 'ptrace_entry' is this task's link on the p->parent->ptraced list. member
1096 struct list_head ptrace_entry;
/linux/kernel/
H A Dexit.c619 list_for_each_entry_safe(p, n, dead, ptrace_entry) { in find_child_reaper()
620 list_del_init(&p->ptrace_entry); in find_child_reaper()
689 list_add(&p->ptrace_entry, dead); in reparent_leader()
767 list_add(&tsk->ptrace_entry, &dead); in exit_notify()
775 list_for_each_entry_safe(p, n, &dead, ptrace_entry) { in exit_notify()
776 list_del_init(&p->ptrace_entry); in exit_notify()
1584 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()