Lines Matching refs:stats
1336 schedstat_set(curr->stats.exec_max, in update_curr_dl()
1337 max(curr->stats.exec_max, delta_exec)); in update_curr_dl()
1543 return &dl_task_of(dl_se)->stats; in __schedstats_from_dl_se()
1549 struct sched_statistics *stats; in update_stats_wait_start_dl() local
1554 stats = __schedstats_from_dl_se(dl_se); in update_stats_wait_start_dl()
1555 __update_stats_wait_start(rq_of_dl_rq(dl_rq), dl_task_of(dl_se), stats); in update_stats_wait_start_dl()
1561 struct sched_statistics *stats; in update_stats_wait_end_dl() local
1566 stats = __schedstats_from_dl_se(dl_se); in update_stats_wait_end_dl()
1567 __update_stats_wait_end(rq_of_dl_rq(dl_rq), dl_task_of(dl_se), stats); in update_stats_wait_end_dl()
1573 struct sched_statistics *stats; in update_stats_enqueue_sleeper_dl() local
1578 stats = __schedstats_from_dl_se(dl_se); in update_stats_enqueue_sleeper_dl()
1579 __update_stats_enqueue_sleeper(rq_of_dl_rq(dl_rq), dl_task_of(dl_se), stats); in update_stats_enqueue_sleeper_dl()
1607 __schedstat_set(p->stats.sleep_start, in update_stats_dequeue_dl()
1611 __schedstat_set(p->stats.block_start, in update_stats_dequeue_dl()