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

/linux-master/kernel/sched/
H A Drt.c2841 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) argument
2846 rt_runtime = (u64)rt_runtime_us * NSEC_PER_USEC;
2847 if (rt_runtime_us < 0)
2849 else if ((u64)rt_runtime_us > U64_MAX / NSEC_PER_USEC)
2857 u64 rt_runtime_us; local
2862 rt_runtime_us = tg->rt_bandwidth.rt_runtime;
2863 do_div(rt_runtime_us, NSEC_PER_USEC);
2864 return rt_runtime_us;
H A Dsched.h494 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);

Completed in 124 milliseconds