Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dsignal.c378 if (!WARN_ON_ONCE(sig->group_stop_count == 0)) in task_participate_group_stop()
379 sig->group_stop_count--; in task_participate_group_stop()
385 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { in task_participate_group_stop()
397 if (sig->group_stop_count) { in task_join_group_stop()
398 sig->group_stop_count++; in task_join_group_stop()
947 else if (signal->group_stop_count) in prepare_signal()
957 signal->group_stop_count = 0; in prepare_signal()
1047 signal->group_stop_count = 0; in complete_signal()
1353 p->signal->group_stop_count = 0; in zap_other_threads()
2332 sig->group_stop_count = 0; in do_signal_stop()
[all …]
Dptrace.c146 child->signal->group_stop_count)) { in __ptrace_unlink()
/kernel/linux/linux-5.10/include/linux/sched/
Dsignal.h110 int group_stop_count; member
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dasm-offsets.c68 group_stop_count)); in foo()
/kernel/linux/linux-5.10/fs/
Dcoredump.c362 start->signal->group_stop_count = 0; in zap_process()