Searched refs:rt_runtime_us (Results 1 – 1 of 1) sorted by relevance
8026 static int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() argument8031 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC; in sched_group_set_rt_runtime()8032 if (rt_runtime_us < 0) in sched_group_set_rt_runtime()8040 u64 rt_runtime_us; in sched_group_rt_runtime() local8045 rt_runtime_us = tg->rt_bandwidth.rt_runtime; in sched_group_rt_runtime()8046 do_div(rt_runtime_us, NSEC_PER_USEC); in sched_group_rt_runtime()8047 return rt_runtime_us; in sched_group_rt_runtime()