Searched refs:ptraced (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/um/kernel/
H A Dptrace.c140 int ptraced = current->ptrace; local
153 if (ptraced & PT_PTRACED)
/linux-master/include/linux/
H A Dptrace.h203 INIT_LIST_HEAD(&child->ptraced);
229 BUG_ON(!list_empty(&task->ptraced));
H A Dsched.h1004 * 'ptraced' is the list of tasks this task is using ptrace() on.
1007 * 'ptrace_entry' is this task's link on the p->parent->ptraced list.
1009 struct list_head ptraced; member in struct:task_struct
/linux-master/init/
H A Dinit_task.c101 .ptraced = LIST_HEAD_INIT(init_task.ptraced),
/linux-master/kernel/
H A Dptrace.c73 list_add(&child->ptrace_entry, &new_parent->ptraced);
227 * Check whether @child is being ptraced by %current and ready for further
598 list_for_each_entry_safe(p, n, &tracer->ptraced, ptrace_entry) {
H A Dexit.c695 if (unlikely(!list_empty(&father->ptraced)))
1492 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) {

Completed in 343 milliseconds