Searched refs:ptrace_entry (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/init/ |
D | init_task.c | 96 .ptrace_entry = LIST_HEAD_INIT(init_task.ptrace_entry),
|
/Linux-v4.19/include/linux/ |
D | ptrace.h | 203 INIT_LIST_HEAD(&child->ptrace_entry); in ptrace_init_task() 232 BUG_ON(!list_empty(&task->ptrace_entry)); in ptrace_release_task()
|
D | sched.h | 779 struct list_head ptrace_entry; member
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 66 BUG_ON(!list_empty(&child->ptrace_entry)); in __ptrace_link() 67 list_add(&child->ptrace_entry, &new_parent->ptraced); in __ptrace_link() 121 list_del_init(&child->ptrace_entry); in __ptrace_unlink() 564 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace() 569 list_add(&p->ptrace_entry, dead); in exit_ptrace()
|
D | exit.c | 647 list_add(&p->ptrace_entry, dead); in reparent_leader() 728 list_add(&tsk->ptrace_entry, &dead); in exit_notify() 735 list_for_each_entry_safe(p, n, &dead, ptrace_entry) { in exit_notify() 736 list_del_init(&p->ptrace_entry); in exit_notify() 1458 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
|