Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Djobctl.h29 #define JOBCTL_STOP_CONSUME (1UL << JOBCTL_STOP_CONSUME_BIT) macro
/linux/kernel/
H A Dsignal.c269 * %JOBCTL_PENDING_MASK | %JOBCTL_STOP_CONSUME | %JOBCTL_STOP_SIGMASK |
282 BUG_ON(mask & ~(JOBCTL_PENDING_MASK | JOBCTL_STOP_CONSUME | in task_set_jobctl_pending()
337 mask |= JOBCTL_STOP_CONSUME | JOBCTL_STOP_DEQUEUED; in task_clear_jobctl_pending()
351 * %JOBCTL_STOP_CONSUME was set. If the consumption completes the group
364 bool consume = task->jobctl & JOBCTL_STOP_CONSUME; in task_participate_group_stop()
394 mask |= JOBCTL_STOP_CONSUME; in task_join_group_stop()
2556 unsigned long gstop = JOBCTL_STOP_PENDING | JOBCTL_STOP_CONSUME; in do_signal_stop()