Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c515 dl_b->bw = to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_bw()
1909 to_ratio(dl_se->dl_period, dl_se->dl_runtime); in dl_server_apply_params()
1910 u64 new_bw = to_ratio(period, runtime); in dl_server_apply_params()
1944 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in dl_server_apply_params()
1945 dl_se->dl_density = to_ratio(dl_se->dl_deadline, dl_se->dl_runtime); in dl_server_apply_params()
3691 u64 new_bw = to_ratio(period, runtime); in sched_dl_global_validate()
3732 dl_rq->bw_ratio = to_ratio(global_rt_runtime(), in init_dl_rq_bw_ratio()
3735 to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_rq_bw_ratio()
3748 new_bw = to_ratio(global_rt_period(), global_rt_runtime()); in sched_dl_do_global()
3784 u64 new_bw = dl_policy(policy) ? to_ratio(period, runtime) : 0; in sched_dl_overflow()
[all …]
H A Dsched.h3014 extern u64 to_ratio(u64 period, u64 runtime);
H A Dcore.c4928 u64 to_ratio(u64 period, u64 runtime) in to_ratio() function
9981 return to_ratio(period, quota); in normalize_cfs_quota()