Searched refs:SCHED_DEADLINE (Results 1 – 19 of 19) sorted by relevance
| /linux/tools/perf/trace/beauty/ |
| H A 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/kernel/trace/rv/monitors/nomiss/ |
| H A D | nomiss.c | 178 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 D | deadline.h | 174 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 D | sched-deadline.rst | 16 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 D | rt.h | 48 if (policy == SCHED_DEADLINE) in rt_or_dl_task_policy()
|
| /linux/Documentation/arch/arm64/ |
| H A 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/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 120 #define SCHED_DEADLINE 6 macro
|
| /linux/include/uapi/linux/ |
| H A D | sched.h | 130 #define SCHED_DEADLINE 6 macro
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-timerlat-hist.rst | 41 *SCHED_DEADLINE* priority, with a *100us* runtime every *1ms* period. The
|
| H A D | common_options.txt | 47 …- *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 D | utils.c | 281 #define SCHED_DEADLINE 6 macro 487 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
|
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1478 case SCHED_DEADLINE: in SYSCALL_DEFINE1() 1506 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
|
| H A D | cpufreq_schedutil.c | 661 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
|
| H A D | sched.h | 215 return policy == SCHED_DEADLINE; in dl_policy()
|
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 218 .sched_policy = SCHED_DEADLINE, in cppc_fie_kworker_init()
|
| /linux/kernel/trace/ |
| H A D | trace_selftest.c | 1426 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 890 a SCHED_DEADLINE task to be woken (as the "wakeup" and
|
| /linux/ |
| H A D | CREDITS | 555 D: Scheduler contributions, notably: SCHED_DEADLINE
|
| H A D | MAINTAINERS | 23845 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
|