Home
last modified time | relevance | path

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

/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()
/linux/kernel/trace/rv/monitors/nomiss/
H A Dnomiss.c178 if (prev_state != TASK_RUNNING && !preempt && prev->policy == SCHED_DEADLINE) in handle_sched_switch()
180 if (next->policy == SCHED_DEADLINE) in handle_sched_switch()
214 if (p->policy == SCHED_DEADLINE) in handle_sys_enter()
216 else if (new_policy == SCHED_DEADLINE) in handle_sys_enter()
222 if (tsk->policy == SCHED_DEADLINE) in handle_sched_wakeup()
/linux/kernel/trace/rv/monitors/deadline/
H A Ddeadline.h174 if (p->policy == SCHED_DEADLINE) { in init_storage()
192 if (task->policy == SCHED_DEADLINE) in handle_newtask()
198 if (p->policy == SCHED_DEADLINE) in handle_exit()
/linux/Documentation/scheduler/
H A Dsched-deadline.rst16 3.4 Relationship with SCHED_DEADLINE Parameters
41 The SCHED_DEADLINE policy contained inside the sched_dl scheduling class is
53 SCHED_DEADLINE [18] uses three parameters, named "runtime", "period", and
54 "deadline", to schedule tasks. A SCHED_DEADLINE task should receive
77 - Each SCHED_DEADLINE task is characterized by the "runtime",
83 - When a SCHED_DEADLINE task wakes up (becomes ready for execution),
100 - When a SCHED_DEADLINE task executes for an amount of time t, its
293 When cpufreq's schedutil governor is selected, SCHED_DEADLINE implements the
313 scheduling theory, and how it applies to SCHED_DEADLINE.
463 but the theoretical result that is important for SCHED_DEADLINE is that if
[all …]
/linux/include/linux/sched/
H A Drt.h48 if (policy == SCHED_DEADLINE) in rt_or_dl_task_policy()
/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
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h120 #define SCHED_DEADLINE 6 macro
/linux/include/uapi/linux/
H A Dsched.h130 #define SCHED_DEADLINE 6 macro
/linux/Documentation/tools/rtla/
H A Drtla-timerlat-hist.rst41 *SCHED_DEADLINE* priority, with a *100us* runtime every *1ms* period. The
H A Dcommon_options.txt47 …- *d:runtime[us|ms|s]:period[us|ms|s]* - use SCHED_DEADLINE with *runtime* and *period* in nanosec…
/linux/tools/tracing/rtla/src/
H A Dutils.c281 #define SCHED_DEADLINE 6 macro
487 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
/linux/kernel/sched/
H A Dsyscalls.c1478 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
1506 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
H A Dcpufreq_schedutil.c661 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
H A Dsched.h215 return policy == SCHED_DEADLINE; in dl_policy()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c218 .sched_policy = SCHED_DEADLINE, in cppc_fie_kworker_init()
/linux/kernel/trace/
H A Dtrace_selftest.c1426 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/linux/Documentation/trace/
H A Dftrace.rst890 a SCHED_DEADLINE task to be woken (as the "wakeup" and
/linux/
H A DCREDITS555 D: Scheduler contributions, notably: SCHED_DEADLINE
H A DMAINTAINERS23845 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)