Searched refs:JOBCTL_STOP_CONSUME (Results 1 – 2 of 2) sorted by relevance
250 BUG_ON(mask & ~(JOBCTL_PENDING_MASK | JOBCTL_STOP_CONSUME | in task_set_jobctl_pending()305 mask |= JOBCTL_STOP_CONSUME | JOBCTL_STOP_DEQUEUED; in task_clear_jobctl_pending()332 bool consume = task->jobctl & JOBCTL_STOP_CONSUME; in task_participate_group_stop()2003 unsigned int gstop = JOBCTL_STOP_PENDING | JOBCTL_STOP_CONSUME; in do_signal_stop()
2083 #define JOBCTL_STOP_CONSUME (1 << JOBCTL_STOP_CONSUME_BIT) macro