Searched refs:SCHED_DEADLINE (Results 1 – 5 of 5) sorted by relevance
14 3.4 Relationship with SCHED_DEADLINE Parameters20 5.1 SCHED_DEADLINE and cpusets HOWTO37 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is46 SCHED_DEADLINE uses three parameters, named "runtime", "period", and47 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive70 - 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, its121 * scheduling theory, and how it applies to SCHED_DEADLINE.261 but the theoretical result that is important for SCHED_DEADLINE is that if[all …]
42 #define SCHED_DEADLINE 6 macro
1042 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
103 return policy == SCHED_DEADLINE; in dl_policy()
4813 case SCHED_DEADLINE: in SYSCALL_DEFINE1()4840 case SCHED_DEADLINE: in SYSCALL_DEFINE1()