Home
last modified time | relevance | path

Searched refs:group_stop_count (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/
Dsignal.c341 if (!WARN_ON_ONCE(sig->group_stop_count == 0)) in task_participate_group_stop()
342 sig->group_stop_count--; in task_participate_group_stop()
348 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { in task_participate_group_stop()
882 else if (signal->group_stop_count) in prepare_signal()
892 signal->group_stop_count = 0; in prepare_signal()
978 signal->group_stop_count = 0; in complete_signal()
1244 p->signal->group_stop_count = 0; in zap_other_threads()
2034 sig->group_stop_count = 0; in do_signal_stop()
2037 sig->group_stop_count++; in do_signal_stop()
2048 sig->group_stop_count++; in do_signal_stop()
[all …]
Dptrace.c95 child->signal->group_stop_count)) { in __ptrace_unlink()
/linux-4.1.27/arch/ia64/kernel/
Dasm-offsets.c72 group_stop_count)); in foo()
/linux-4.1.27/fs/
Dcoredump.c287 start->signal->group_stop_count = 0; in zap_process()
/linux-4.1.27/include/linux/
Dsched.h636 int group_stop_count; member