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