Home
last modified time | relevance | path

Searched refs:DEQUEUE_CLASS (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c679 queue_flags |= DEQUEUE_CLASS; in __sched_setscheduler()
H A Dcore.c7728 queue_flag |= DEQUEUE_CLASS; in rt_mutex_setprio()
11247 if ((flags & DEQUEUE_CLASS) && p->sched_class->switching_from) in sched_change_begin()
11258 if (!(flags & DEQUEUE_CLASS)) { in sched_change_begin()
11270 if ((flags & DEQUEUE_CLASS) && p->sched_class->switched_from) in sched_change_begin()
H A Dsched.h2593 #define DEQUEUE_CLASS 0x0040 /* Matches ENQUEUE_CLASS */ macro
/linux/kernel/sched/ext/
H A Dext.c6444 queue_flags |= DEQUEUE_CLASS; in scx_root_disable()
7805 queue_flags |= DEQUEUE_CLASS; in scx_root_enable_workfn()