Searched refs:ENQUEUE_CLASS (Results 1 – 2 of 2) sorted by relevance
11286 WARN_ON_ONCE(p->sched_class != ctx->class && !(ctx->flags & ENQUEUE_CLASS)); in sched_change_end()11288 if ((ctx->flags & ENQUEUE_CLASS) && p->sched_class->switching_to) in sched_change_end()11296 if (ctx->flags & ENQUEUE_CLASS) { in sched_change_end()
2605 #define ENQUEUE_CLASS 0x0040 macro