Searched refs:SCHED_DEADLINE (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/tools/perf/trace/beauty/ |
D | sched_policy.c | 10 #ifndef SCHED_DEADLINE 11 #define SCHED_DEADLINE 6 macro 30 if (policy <= SCHED_DEADLINE) in syscall_arg__scnprintf_sched_policy()
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-deadline.rst | 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 292 When cpufreq's schedutil governor is selected, SCHED_DEADLINE implements the 312 scheduling theory, and how it applies to SCHED_DEADLINE. [all …]
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | asymmetric-32bit.rst | 79 **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-6.12.1/include/linux/sched/ |
D | rt.h | 48 if (policy == SCHED_DEADLINE) in rt_or_dl_task_policy()
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | sched.h | 120 #define SCHED_DEADLINE 6 macro
|
/linux-6.12.1/include/uapi/linux/ |
D | sched.h | 120 #define SCHED_DEADLINE 6 macro
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | rtla-timerlat-hist.rst | 39 *SCHED_DEADLINE* priority, with a *100us* runtime every *1ms* period. The
|
D | common_options.rst | 43 …- *d:runtime[us|ms|s]:period[us|ms|s]* - use SCHED_DEADLINE with *runtime* and *period* in nanosec…
|
/linux-6.12.1/tools/tracing/rtla/src/ |
D | utils.c | 234 #define SCHED_DEADLINE 6 macro 434 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
|
/linux-6.12.1/kernel/sched/ |
D | syscalls.c | 1535 case SCHED_DEADLINE: in SYSCALL_DEFINE1() 1563 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
|
D | cpufreq_schedutil.c | 657 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
|
D | sched.h | 217 return policy == SCHED_DEADLINE; in dl_policy()
|
/linux-6.12.1/drivers/cpufreq/ |
D | cppc_cpufreq.c | 220 .sched_policy = SCHED_DEADLINE, in cppc_freq_invariance_init()
|
/linux-6.12.1/kernel/trace/ |
D | trace_selftest.c | 1422 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace.rst | 860 a SCHED_DEADLINE task to be woken (as the "wakeup" and
|
/linux-6.12.1/ |
D | CREDITS | 538 D: Scheduler contributions, notably: SCHED_DEADLINE
|
D | MAINTAINERS | 20550 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
|