Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt14 3.4 Relationship with SCHED_DEADLINE Parameters
20 5.1 SCHED_DEADLINE and cpusets HOWTO
37 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is
46 SCHED_DEADLINE uses three parameters, named "runtime", "period", and
47 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive
70 - Each SCHED_DEADLINE task is characterized by the "runtime",
76 - When a SCHED_DEADLINE task wakes up (becomes ready for execution),
93 - When a SCHED_DEADLINE task executes for an amount of time t, its
121 * scheduling theory, and how it applies to SCHED_DEADLINE.
261 but the theoretical result that is important for SCHED_DEADLINE is that if
[all …]
/linux-4.4.14/include/uapi/linux/
Dsched.h42 #define SCHED_DEADLINE 6 macro
/linux-4.4.14/kernel/trace/
Dtrace_selftest.c1042 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/linux-4.4.14/kernel/sched/
Dsched.h103 return policy == SCHED_DEADLINE; in dl_policy()
Dcore.c4813 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
4840 case SCHED_DEADLINE: in SYSCALL_DEFINE1()