Searched refs:task_is_stopped_or_traced (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/kernel/
H A Dexit.c1130 if (task_is_stopped_or_traced(p) && task_stopped_code()
H A Dsignal.c916 if (task_is_stopped_or_traced(p)) wants_signal()
1634 BUG_ON(task_is_stopped_or_traced(tsk)); do_notify_parent()
/linux-4.1.27/include/linux/
H A Dsched.h239 #define task_is_stopped_or_traced(task) \ macro
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon.c2588 if (!task_is_stopped_or_traced(task)) { pfm_task_incompatible()
4721 if (!task_is_stopped_or_traced(task)) { pfm_check_task_state()
/linux-4.1.27/kernel/sched/
H A Dcore.c1762 WARN_ON(task_is_stopped_or_traced(p)); wake_up_process()

Completed in 366 milliseconds