Searched refs:SCHED_DEADLINE (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/perf/trace/beauty/ |
D | sched_policy.c | 10 #ifndef SCHED_DEADLINE 11 #define SCHED_DEADLINE 6 macro 28 if (policy <= SCHED_DEADLINE) in syscall_arg__scnprintf_sched_policy()
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 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 289 When cpufreq's schedutil governor is selected, SCHED_DEADLINE implements the 305 * scheduling theory, and how it applies to SCHED_DEADLINE. [all …]
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | sched.h | 42 #define SCHED_DEADLINE 6 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | sched.h | 42 #define SCHED_DEADLINE 6 macro
|
/Linux-v4.19/include/linux/sched/ |
D | rt.h | 27 if (policy == SCHED_DEADLINE) in task_is_realtime()
|
/Linux-v4.19/kernel/sched/ |
D | cpufreq_schedutil.c | 629 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
|
D | debug.c | 977 if (p->policy == SCHED_DEADLINE) { in proc_sched_show_task()
|
D | sched.h | 171 return policy == SCHED_DEADLINE; in dl_policy()
|
D | core.c | 5162 case SCHED_DEADLINE: in SYSCALL_DEFINE1() 5189 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
|
/Linux-v4.19/kernel/trace/ |
D | trace_selftest.c | 1044 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 739 a SCHED_DEADLINE task to be woken (as the "wakeup" and
|