Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/include/linux/sched/
Drt.h27 if (policy == SCHED_DEADLINE) in task_is_realtime()
/Linux-v5.10/include/uapi/linux/
Dsched.h120 #define SCHED_DEADLINE 6 macro
/Linux-v5.10/tools/include/uapi/linux/
Dsched.h120 #define SCHED_DEADLINE 6 macro
/Linux-v5.10/kernel/trace/
Dtrace_selftest.c1056 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/Linux-v5.10/kernel/sched/
Dcpufreq_schedutil.c645 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
Dsched.h177 return policy == SCHED_DEADLINE; in dl_policy()
Dcore.c6323 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
6350 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
/Linux-v5.10/Documentation/trace/
Dftrace.rst781 a SCHED_DEADLINE task to be woken (as the "wakeup" and
/Linux-v5.10/
DMAINTAINERS15528 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
15534 R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)