Home
last modified time | relevance | path

Searched refs:SCHED_DEADLINE (Results 1 – 11 of 11) 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/include/linux/sched/
H A Drt.h48 if (policy == SCHED_DEADLINE) in rt_or_dl_task_policy()
/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h130 #define SCHED_DEADLINE 6 macro
/linux/tools/tracing/rtla/src/
H A Dutils.c220 * like "100ms" and in colon-delimited SCHED_DEADLINE specifications like in parse_ns_duration()
261 * This is a set of helper functions to use SCHED_DEADLINE. in __set_sched_attr()
281 #define SCHED_DEADLINE 6
456 * SCHED_DEADLINE: in parse_prio()
487 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
250 #define SCHED_DEADLINE global() macro
/linux/kernel/sched/
H A Dsyscalls.c1478 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
1506 case SCHED_DEADLINE: in SYSCALL_DEFINE1()
H A Dsched.h215 return policy == SCHED_DEADLINE; in dl_policy()
/linux/Documentation/tools/rtla/
H A Dcommon_options.txt47 …- *d:runtime[us|ms|s]:period[us|ms|s]* - use SCHED_DEADLINE with *runtime* and *period* in nanosec…
/linux/kernel/trace/
H A Dtrace_selftest.c1426 .sched_policy = SCHED_DEADLINE, in trace_wakeup_test_thread()
/linux/
H A DCREDITS550 D: Scheduler contributions, notably: SCHED_DEADLINE
H A DMAINTAINERS23919 M: Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)