Searched refs:to_ratio (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | deadline.c | 547 dl_b->bw = to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_bw() 1714 u64 new_bw = to_ratio(period, runtime); in dl_server_apply_params() 1748 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in dl_server_apply_params() 1749 dl_se->dl_density = to_ratio(dl_se->dl_deadline, dl_se->dl_runtime); in dl_server_apply_params() 3186 u64 new_bw = to_ratio(period, runtime); in sched_dl_global_validate() 3227 dl_rq->bw_ratio = to_ratio(global_rt_runtime(), in init_dl_rq_bw_ratio() 3230 to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_rq_bw_ratio() 3243 new_bw = to_ratio(global_rt_period(), global_rt_runtime()); in sched_dl_do_global() 3277 u64 new_bw = dl_policy(policy) ? to_ratio(period, runtime) : 0; in sched_dl_overflow() 3346 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); in __setparam_dl() [all …]
|
| H A D | rt.c | 2716 total = to_ratio(period, runtime); in tg_rt_schedulable() 2721 if (total > to_ratio(global_rt_period(), global_rt_runtime())) in tg_rt_schedulable() 2736 sum += to_ratio(period, runtime); in tg_rt_schedulable()
|
| H A D | sched.h | 2686 extern unsigned long to_ratio(u64 period, u64 runtime);
|
| H A D | core.c | 4829 unsigned long to_ratio(u64 period, u64 runtime) in to_ratio() function 9673 return to_ratio(period, quota); in normalize_cfs_quota()
|