Home
last modified time | relevance | path

Searched refs:JOBCTL_STOP_CONSUME (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/sched/
Djobctl.h29 #define JOBCTL_STOP_CONSUME (1UL << JOBCTL_STOP_CONSUME_BIT) macro
/Linux-v6.6/kernel/
Dsignal.c288 BUG_ON(mask & ~(JOBCTL_PENDING_MASK | JOBCTL_STOP_CONSUME | in task_set_jobctl_pending()
343 mask |= JOBCTL_STOP_CONSUME | JOBCTL_STOP_DEQUEUED; in task_clear_jobctl_pending()
370 bool consume = task->jobctl & JOBCTL_STOP_CONSUME; in task_participate_group_stop()
400 mask |= JOBCTL_STOP_CONSUME; in task_join_group_stop()
2423 unsigned long gstop = JOBCTL_STOP_PENDING | JOBCTL_STOP_CONSUME; in do_signal_stop()