Home
last modified time | relevance | path

Searched refs:rt_runtime_us (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt132 This uses the cgroup virtual file system and "<cgroup>/cpu.rt_runtime_us"
/linux-4.4.14/kernel/sched/
Dcore.c7963 static int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument
7968 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()
7969 if (rt_runtime_us < 0) in sched_group_set_rt_runtime()
7977 u64 rt_runtime_us; in sched_group_rt_runtime() local
7982 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()
7983 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()
7984 return rt_runtime_us; in sched_group_rt_runtime()