Searched refs:avg_period (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/sched/
H A Ddebug.c74 P(avg->avg_period); print_cfs_group_stats()
98 P(se->avg.avg_period); print_cfs_group_stats()
644 P(se.avg.avg_period); proc_sched_show_task()
H A Dfair.c682 p->se.avg.avg_period = slice; init_task_runnable_average()
1691 *period = p->se.avg.avg_period; numa_get_avg_runtime()
2551 delta_w = sa->avg_period % 1024; __update_entity_runnable_avg()
2567 sa->avg_period += delta_w; __update_entity_runnable_avg()
2579 sa->avg_period = decay_load(sa->avg_period, __update_entity_runnable_avg()
2589 sa->avg_period += runnable_contrib; __update_entity_runnable_avg()
2598 sa->avg_period += delta; __update_entity_runnable_avg()
2652 sa->avg_period + 1); __update_tg_runnable_avg()
2724 contrib /= (se->avg.avg_period + 1); __update_task_entity_contrib()
2750 contrib /= (se->avg.avg_period + 1); __update_task_entity_utilization()
4798 * because of unfortunate rounding in avg_period and running_load_avg or just
/linux-4.1.27/include/linux/
H A Dsched.h1141 u32 runnable_avg_sum, avg_period, running_avg_sum; member in struct:sched_avg

Completed in 148 milliseconds