Home
last modified time | relevance | path

Searched refs:ptraced (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A DTODO4 - Ensure ptraced processes actually see the register state visible through
/linux/init/
H A Dinit_task.c155 .ptraced = LIST_HEAD_INIT(init_task.ptraced),
/linux/kernel/
H A Dexit.c736 if (unlikely(!list_empty(&father->ptraced))) in forget_original_parent()
1616 list_for_each_entry(p, &tsk->ptraced, ptrace_entry) { in ptrace_do_wait()
/linux/include/linux/
H A Dsched.h1112 struct list_head ptraced; member