Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dsched.c8762 static unsigned long to_ratio(u64 period, u64 runtime) in to_ratio() function
8816 total = to_ratio(period, runtime); in tg_schedulable()
8821 if (total > to_ratio(global_rt_period(), global_rt_runtime())) in tg_schedulable()
8836 sum += to_ratio(period, runtime); in tg_schedulable()