Lines Matching refs:SCHED_DEADLINE

16       3.4 Relationship with SCHED_DEADLINE Parameters
23 5.1 SCHED_DEADLINE and cpusets HOWTO
40 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is
52 SCHED_DEADLINE [18] uses three parameters, named "runtime", "period", and
53 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive
76 - Each SCHED_DEADLINE task is characterized by the "runtime",
82 - When a SCHED_DEADLINE task wakes up (becomes ready for execution),
99 - When a SCHED_DEADLINE task executes for an amount of time t, its
289 When cpufreq's schedutil governor is selected, SCHED_DEADLINE implements the
309 scheduling theory, and how it applies to SCHED_DEADLINE.
459 but the theoretical result that is important for SCHED_DEADLINE is that if
463 3.4 Relationship with SCHED_DEADLINE Parameters
467 SCHED_DEADLINE scheduling parameters described in Section 2 (runtime,
471 SCHED_DEADLINE schedules the tasks according to scheduling deadlines (see
474 are respected, then SCHED_DEADLINE can be used to schedule real-time tasks
572 figure out how we want to manage SCHED_DEADLINE bandwidth at the task group
581 parameters, so that CPU bandwidth is allocated to SCHED_DEADLINE tasks
627 SCHED_DEADLINE task can be retrieved through /proc/<pid>/sched (entries
635 The default value for SCHED_DEADLINE bandwidth is to have rt_runtime equal to
654 When a SCHED_DEADLINE task calls sched_yield(), it gives up its
664 SCHED_DEADLINE tasks.
674 5.1 SCHED_DEADLINE and cpusets HOWTO
717 The SCHED_DEADLINE policy can be easily tested using two applications that
735 The above creates 2 threads. The first one, scheduled by SCHED_DEADLINE,
750 schedtool-dl, which can be used to setup SCHED_DEADLINE parameters for a
758 With this, my_cpuhog_app is put to run inside a SCHED_DEADLINE reservation
769 showing how SCHED_DEADLINE reservations can be created by a real-time
786 #define SCHED_DEADLINE 6
818 /* SCHED_DEADLINE (nsec) */
854 attr.sched_policy = SCHED_DEADLINE;