Searched refs:ptrace_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ptrace.h | 198 INIT_LIST_HEAD(&child->ptrace_entry); in ptrace_init_task() 227 BUG_ON(!list_empty(&task->ptrace_entry)); in ptrace_release_task()
|
D | init_task.h | 218 .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \
|
D | sched.h | 1510 struct list_head ptrace_entry; member
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 39 BUG_ON(!list_empty(&child->ptrace_entry)); in __ptrace_link() 40 list_add(&child->ptrace_entry, &new_parent->ptraced); in __ptrace_link() 78 list_del_init(&child->ptrace_entry); in __ptrace_unlink() 516 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { in exit_ptrace() 521 list_add(&p->ptrace_entry, dead); in exit_ptrace()
|
D | exit.c | 536 list_add(&p->ptrace_entry, dead); in reparent_leader() 616 list_add(&tsk->ptrace_entry, &dead); in exit_notify() 623 list_for_each_entry_safe(p, n, &dead, ptrace_entry) { in exit_notify() 624 list_del_init(&p->ptrace_entry); in exit_notify() 1445 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
|