Searched refs:rt_period (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | rt.c | 30 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer() 47 rt_b->rt_period = ns_to_ktime(period); in init_rt_bandwidth() 206 ktime_to_ns(def_rt_bandwidth.rt_period), 0); in alloc_rt_sched_group() 500 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period); in sched_rt_period() 620 return ktime_to_ns(def_rt_bandwidth.rt_period); in sched_rt_period() 692 u64 rt_period; in do_balance_runtime() local 697 rt_period = ktime_to_ns(rt_b->rt_period); in do_balance_runtime() 721 if (rt_rq->rt_runtime + diff > rt_period) in do_balance_runtime() 722 diff = rt_period - rt_rq->rt_runtime; in do_balance_runtime() 725 if (rt_rq->rt_runtime == rt_period) { in do_balance_runtime() [all …]
|
| H A D | sched.h | 264 ktime_t rt_period; member
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 92 TP_PROTO(int cpu, u64 clock, ktime_t rt_period, u64 rt_runtime, 94 TP_ARGS(cpu, clock, rt_period, rt_runtime, rt_period_timer_expires));
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-deadline.rst | 636 950000. With rt_period equal to 1000000, by default, it means that -deadline
|