Home
last modified time | relevance | path

Searched refs:SCHED_DEADLINE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt16 5.1 SCHED_DEADLINE and cpusets HOWTO
33 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is
42 SCHED_DEADLINE uses three parameters, named "runtime", "period", and
43 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive
66 - 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, its
117 * scheduling theory, and how it applies to SCHED_DEADLINE.
185 SCHED_DEADLINE can be used to schedule real-time tasks guaranteeing that
234 figure out how we want to manage SCHED_DEADLINE bandwidth at the task group
[all …]
/linux-4.1.27/include/uapi/linux/
Dsched.h42 #define SCHED_DEADLINE 6 macro
/linux-4.1.27/kernel/trace/
Dtrace_selftest.c1042 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/linux-4.1.27/kernel/sched/
Dsched.h93 return policy == SCHED_DEADLINE; in dl_policy()
Dcore.c3437 if (policy != SCHED_DEADLINE && in __sched_setscheduler()
4430 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
4457 case SCHED_DEADLINE: in SYSCALL_DEFINE1()