Home
last modified time | relevance | path

Searched refs:sched_period (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/sched/
H A Dtypes.h113 __u64 sched_period; member
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.h58 uint64_t sched_period; member
H A Dutils.c437 sched_param->sched_period = period; in parse_prio()
/openbmc/linux/kernel/sched/
H A Ddeadline.c2861 u64 period = attr->sched_period ?: attr->sched_deadline; in sched_dl_overflow()
2930 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl()
2943 attr->sched_period = dl_se->dl_period; in __getparam_dl()
2982 attr->sched_period & (1ULL << 63)) in __checkparam_dl()
2985 period = attr->sched_period; in __checkparam_dl()
3039 dl_se->dl_period != attr->sched_period || in dl_param_changed()
H A Dcpufreq_schedutil.c594 .sched_period = 10000000, in sugov_kthread_create()
/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c232 .sched_period = 10000000, in cppc_freq_invariance_init()
/openbmc/linux/kernel/trace/
H A Dtrace_selftest.c1161 .sched_period = 10000000ULL in trace_wakeup_test_thread()
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst824 __u64 sched_period;
859 attr.sched_period = attr.sched_deadline = 30 * 1000 * 1000;
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2742 abi_ullong sched_period; member
H A Dsyscall.c371 uint64_t sched_period; member
11509 target_scha->sched_period = tswap64(scha.sched_period); in _syscall2()
11564 scha.sched_period = tswap64(target_scha->sched_period); in _syscall2()