Searched refs:ptrace_entry (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | init_task.h | 217 .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \
|
H A D | ptrace.h | 197 INIT_LIST_HEAD(&child->ptrace_entry); ptrace_init_task() 226 BUG_ON(!list_empty(&task->ptrace_entry)); ptrace_release_task()
|
H A D | sched.h | 1418 * p->ptrace_entry is p's link on the p->parent->ptraced list. 1421 struct list_head ptrace_entry; member in struct:task_struct
|
/linux-4.1.27/kernel/ |
H A D | ptrace.c | 39 BUG_ON(!list_empty(&child->ptrace_entry)); __ptrace_link() 40 list_add(&child->ptrace_entry, &new_parent->ptraced); __ptrace_link() 78 list_del_init(&child->ptrace_entry); __ptrace_unlink() 516 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) { exit_ptrace() 521 list_add(&p->ptrace_entry, dead); exit_ptrace()
|
H A D | exit.c | 536 list_add(&p->ptrace_entry, dead); reparent_leader() 616 list_add(&tsk->ptrace_entry, &dead); exit_notify() 623 list_for_each_entry_safe(p, n, &dead, ptrace_entry) { exit_notify() 624 list_del_init(&p->ptrace_entry); exit_notify() 1441 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { ptrace_do_wait()
|
Completed in 129 milliseconds