Lines Matching refs:stats
3742 __schedstat_inc(p->stats.nr_wakeups_local); in ttwu_stat()
3746 __schedstat_inc(p->stats.nr_wakeups_remote); in ttwu_stat()
3758 __schedstat_inc(p->stats.nr_wakeups_migrate); in ttwu_stat()
3762 __schedstat_inc(p->stats.nr_wakeups); in ttwu_stat()
3765 __schedstat_inc(p->stats.nr_wakeups_sync); in ttwu_stat()
4542 memset(&p->stats, 0, sizeof(p->stats)); in __sched_fork()
10250 schedstat_set(p->stats.wait_start, 0); in normalize_rt_tasks()
10251 schedstat_set(p->stats.sleep_start, 0); in normalize_rt_tasks()
10252 schedstat_set(p->stats.block_start, 0); in normalize_rt_tasks()
11110 struct sched_statistics *stats; in cpu_cfs_stat_show() local
11115 stats = __schedstats_from_se(tg->se[i]); in cpu_cfs_stat_show()
11116 ws += schedstat_val(stats->wait_sum); in cpu_cfs_stat_show()