Searched refs:SCHED_FLAG_SUGOV (Results 1 – 4 of 4) sorted by relevance
230 #define SCHED_FLAG_SUGOV 0x10000000 macro232 #define SCHED_DL_FLAGS (SCHED_FLAG_RECLAIM | SCHED_FLAG_DL_OVERRUN | SCHED_FLAG_SUGOV)237 return unlikely(dl_se->flags & SCHED_FLAG_SUGOV); in dl_entity_is_special()
221 BUG_ON(p->dl.flags & SCHED_FLAG_SUGOV); in dl_change_utilization()2650 if (attr->sched_flags & SCHED_FLAG_SUGOV) in sched_dl_overflow()2753 if (attr->sched_flags & SCHED_FLAG_SUGOV) in __checkparam_dl()
700 .sched_flags = SCHED_FLAG_SUGOV, in sugov_kthread_create()
5498 if (attr->sched_flags & ~(SCHED_FLAG_ALL | SCHED_FLAG_SUGOV)) in __sched_setscheduler()5569 if (attr->sched_flags & SCHED_FLAG_SUGOV) in __sched_setscheduler()5637 !(attr->sched_flags & SCHED_FLAG_SUGOV)) { in __sched_setscheduler()