Searched refs:ptraced (Results 1 – 4 of 4) sorted by relevance
4 - Ensure ptraced processes actually see the register state visible through
155 .ptraced = LIST_HEAD_INIT(init_task.ptraced),
736 if (unlikely(!list_empty(&father->ptraced))) in forget_original_parent()1616 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
1112 struct list_head ptraced; member