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

/linux-4.1.27/arch/ia64/kernel/
H A Dasm-offsets.c72 group_stop_count)); foo()
/linux-4.1.27/kernel/
H A Dsignal.c341 if (!WARN_ON_ONCE(sig->group_stop_count == 0)) task_participate_group_stop()
342 sig->group_stop_count--; task_participate_group_stop()
348 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { task_participate_group_stop()
882 else if (signal->group_stop_count)
892 signal->group_stop_count = 0;
978 signal->group_stop_count = 0; complete_signal()
1244 p->signal->group_stop_count = 0; zap_other_threads()
1841 * any signal bookkeeping like checking group_stop_count.
2034 sig->group_stop_count = 0;
2037 sig->group_stop_count++;
2048 sig->group_stop_count++; while_each_thread()
2120 if (!signal->group_stop_count && do_jobctl_trap()
H A Dptrace.c95 child->signal->group_stop_count)) { __ptrace_unlink()
/linux-4.1.27/fs/
H A Dcoredump.c287 start->signal->group_stop_count = 0; zap_process()
/linux-4.1.27/include/linux/
H A Dsched.h636 int group_stop_count; member in struct:signal_struct

Completed in 161 milliseconds