Home
last modified time | relevance | path

Searched refs:to_ratio (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/sched/
Dcore.c1971 unsigned long to_ratio(u64 period, u64 runtime) in to_ratio() function
2037 u64 new_bw = dl_policy(policy) ? to_ratio(period, runtime) : 0; in dl_overflow()
3254 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl()
7641 total = to_ratio(period, runtime); in tg_rt_schedulable()
7646 if (total > to_ratio(global_rt_period(), global_rt_runtime())) in tg_rt_schedulable()
7661 sum += to_ratio(period, runtime); in tg_rt_schedulable()
7819 u64 new_bw = to_ratio(period, runtime); in sched_dl_global_validate()
7862 new_bw = to_ratio(global_rt_period(), global_rt_runtime()); in sched_dl_do_global()
8246 return to_ratio(period, quota); in normalize_cfs_quota()
Dsched.h1300 unsigned long to_ratio(u64 period, u64 runtime);
Ddeadline.c67 dl_b->bw = to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_bw()