Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dsched_policy.c10 #ifndef SCHED_DEADLINE
11 #define SCHED_DEADLINE 6 macro
30 if (policy <= SCHED_DEADLINE) in syscall_arg__scnprintf_sched_policy()
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst16 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
292 When cpufreq's schedutil governor is selected, SCHED_DEADLINE implements the
312 scheduling theory, and how it applies to SCHED_DEADLINE.
[all …]
/openbmc/linux/include/linux/sched/
H A Drt.h27 if (policy == SCHED_DEADLINE) in task_is_realtime()
/openbmc/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst79 **Note:** This step does not apply to ``SCHED_DEADLINE`` tasks.
80 See `SCHED_DEADLINE`_.
102 ``SCHED_DEADLINE``
118 into a separate root domain if ``SCHED_DEADLINE`` is to be used with
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h120 #define SCHED_DEADLINE 6 macro
/openbmc/linux/include/uapi/linux/
H A Dsched.h120 #define SCHED_DEADLINE 6 macro
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-timerlat-hist.rst39 *SCHED_DEADLINE* priority, with a *100us* runtime every *1ms* period. The
H A Dcommon_options.rst47 …- *d:runtime[us|ms|s]:period[us|ms|s]* - use SCHED_DEADLINE with *runtime* and *period* in nanosec…
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c234 #define SCHED_DEADLINE 6 macro
434 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c584 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
H A Dsched.h199 return policy == SCHED_DEADLINE; in dl_policy()
H A Dcore.c9050 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
9077 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c223 .sched_policy = SCHED_DEADLINE, in cppc_freq_invariance_init()
/openbmc/linux/kernel/trace/
H A Dtrace_selftest.c1158 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/openbmc/linux/Documentation/trace/
H A Dftrace.rst824 a SCHED_DEADLINE task to be woken (as the "wakeup" and
/openbmc/linux/
H A DMAINTAINERS19127 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
19133 R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)