Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c527 dl_b->bw = to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_rq()
1692 u64 old_bw = init ? 0 : to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __dequeue_dl_entity()
1693 u64 new_bw = to_ratio(period, runtime); in __dequeue_dl_entity()
1727 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in enqueue_dl_entity()
1728 dl_se->dl_density = to_ratio(dl_se->dl_deadline, dl_se->dl_runtime); in enqueue_dl_entity()
3166 u64 new_bw = to_ratio(period, runtime); in dl_bw_manage()
3207 dl_rq->bw_ratio = to_ratio(global_rt_runtime(),
3210 to_ratio(global_rt_period(), global_rt_runtime()); in dl_bw_free()
3223 new_bw = to_ratio(global_rt_period(), global_rt_runtime());
3257 u64 new_bw = dl_policy(policy) ? to_ratio(perio
[all...]
H A Drt.c2731 total = to_ratio(period, runtime); in tg_rt_schedulable()
2736 if (total > to_ratio(global_rt_period(), global_rt_runtime())) in tg_rt_schedulable()
2751 sum += to_ratio(period, runtime); in tg_rt_schedulable()
H A Dsched.h2708 extern unsigned long to_ratio(u64 period, u64 runtime);
H A Dcore.c4769 unsigned long to_ratio(u64 period, u64 runtime) in to_ratio() function
9500 return to_ratio(period, quota); in normalize_cfs_quota()