Home
last modified time | relevance | path

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

/linux-4.4.14/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()
831 else if (signal->group_stop_count) in prepare_signal()
841 signal->group_stop_count = 0; in prepare_signal()
927 signal->group_stop_count = 0; in complete_signal()
1193 p->signal->group_stop_count = 0; in zap_other_threads()
1983 sig->group_stop_count = 0; in do_signal_stop()
1986 sig->group_stop_count++; in do_signal_stop()
1997 sig->group_stop_count++; in do_signal_stop()
[all …]
Dptrace.c95 child->signal->group_stop_count)) { in __ptrace_unlink()
/linux-4.4.14/arch/ia64/kernel/
Dasm-offsets.c72 group_stop_count)); in foo()
/linux-4.4.14/fs/
Dcoredump.c294 start->signal->group_stop_count = 0; in zap_process()
/linux-4.4.14/include/linux/
Dsched.h678 int group_stop_count; member