Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h42 #define SCHED_DEADLINE 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h42 #define SCHED_DEADLINE 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h35 # define SCHED_DEADLINE 6 macro
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Drt.h27 if (policy == SCHED_DEADLINE) in task_is_realtime()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h35 # define SCHED_DEADLINE 6 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h120 #define SCHED_DEADLINE 6 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h120 #define SCHED_DEADLINE 6 macro
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c699 .sched_policy = SCHED_DEADLINE, in sugov_kthread_create()
H A Dsched.h180 return policy == SCHED_DEADLINE; in dl_policy()
H A Dcore.c6600 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
6627 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_selftest.c1056 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst784 a SCHED_DEADLINE task to be woken (as the "wakeup" and
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS15566 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
15572 R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)