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

/include/linux/
H A Dinit_task.h197 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \
H A Dptrace.h176 INIT_LIST_HEAD(&child->ptraced);
202 BUG_ON(!list_empty(&task->ptraced));
H A Dsched.h1352 * ptraced is the list of tasks this task is using ptrace on.
1354 * p->ptrace_entry is p's link on the p->parent->ptraced list.
1356 struct list_head ptraced; member in struct:task_struct

Completed in 176 milliseconds