Searched refs:SCHED_DEADLINE (Results 1 – 5 of 5) sorted by relevance
16 5.1 SCHED_DEADLINE and cpusets HOWTO33 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is42 SCHED_DEADLINE uses three parameters, named "runtime", "period", and43 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive66 - Each SCHED_DEADLINE task is characterised by the "runtime",72 - When a SCHED_DEADLINE task wakes up (becomes ready for execution),89 - When a SCHED_DEADLINE task executes for an amount of time t, its117 * scheduling theory, and how it applies to SCHED_DEADLINE.185 SCHED_DEADLINE can be used to schedule real-time tasks guaranteeing that234 figure out how we want to manage SCHED_DEADLINE bandwidth at the task group[all …]
42 #define SCHED_DEADLINE 6 macro
1042 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
93 return policy == SCHED_DEADLINE; in dl_policy()
3437 if (policy != SCHED_DEADLINE && in __sched_setscheduler()4430 case SCHED_DEADLINE: in SYSCALL_DEFINE1()4457 case SCHED_DEADLINE: in SYSCALL_DEFINE1()