Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c11201 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()
H A Dsched.h2501 #define ENQUEUE_CLASS 0x0040 macro