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

/kernel/debug/kdb/
H A Dkdb_support.c584 res |= TASK_TRACED;
635 (p->state & TASK_TRACED) ? 'C' :
/kernel/
H A Dptrace.c54 * ptrace_check_attach() and here, it's guaranteed to be in TASK_TRACED.
60 * up from TASK_TRACED.
62 * If the ptracee is in TASK_TRACED and needs to be moved to TASK_STOPPED,
110 * If transition to TASK_STOPPED is pending or in TASK_TRACED, kick
112 * is in TASK_TRACED; otherwise, we might unduly disrupt
151 task->state = TASK_TRACED;
158 * @ignore_state: don't check whether @child is currently %TASK_TRACED
162 * %TASK_TRACED state and on return the child is guaranteed to be traced
H A Dsignal.c1789 * block in TASK_TRACED. But PTRACE_EVENT_EXIT can be reported
1835 * siglock. That must prevent us from sleeping in TASK_TRACED.
1852 set_current_state(TASK_TRACED); variable
1862 * TASK_TRACED is entered - ignore it.
2070 * TASK_TRACED.

Completed in 210 milliseconds