Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/trace/beauty/
Dsched_policy.c10 #ifndef SCHED_DEADLINE
11 #define SCHED_DEADLINE 6 macro
30 if (policy <= SCHED_DEADLINE) in syscall_arg__scnprintf_sched_policy()
/Linux-v5.15/Documentation/scheduler/
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
289 When cpufreq's schedutil governor is selected, SCHED_DEADLINE implements the
309 scheduling theory, and how it applies to SCHED_DEADLINE.
[all …]
/Linux-v5.15/include/linux/sched/
Drt.h27 if (policy == SCHED_DEADLINE) in task_is_realtime()
/Linux-v5.15/Documentation/arm64/
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
/Linux-v5.15/tools/include/uapi/linux/
Dsched.h120 #define SCHED_DEADLINE 6 macro
/Linux-v5.15/include/uapi/linux/
Dsched.h120 #define SCHED_DEADLINE 6 macro
/Linux-v5.15/drivers/cpufreq/
Dcppc_cpufreq.c218 .sched_policy = SCHED_DEADLINE, in cppc_freq_invariance_init()
/Linux-v5.15/kernel/trace/
Dtrace_selftest.c1055 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/Linux-v5.15/kernel/sched/
Dcpufreq_schedutil.c580 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
Dsched.h178 return policy == SCHED_DEADLINE; in dl_policy()
Dcore.c8411 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
8438 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
/Linux-v5.15/Documentation/trace/
Dftrace.rst781 a SCHED_DEADLINE task to be woken (as the "wakeup" and
/Linux-v5.15/
DMAINTAINERS16650 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
16656 R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)