• Home
  • Raw
  • Download

Lines Matching refs:stats

910 		struct sched_statistics *stats;  in update_curr()  local
912 stats = __schedstats_from_se(curr); in update_curr()
913 __schedstat_set(stats->exec_max, in update_curr()
914 max(delta_exec, stats->exec_max)); in update_curr()
942 struct sched_statistics *stats; in update_stats_wait_start_fair() local
948 stats = __schedstats_from_se(se); in update_stats_wait_start_fair()
953 __update_stats_wait_start(rq_of(cfs_rq), p, stats); in update_stats_wait_start_fair()
959 struct sched_statistics *stats; in update_stats_wait_end_fair() local
965 stats = __schedstats_from_se(se); in update_stats_wait_end_fair()
973 if (unlikely(!schedstat_val(stats->wait_start))) in update_stats_wait_end_fair()
979 __update_stats_wait_end(rq_of(cfs_rq), p, stats); in update_stats_wait_end_fair()
985 struct sched_statistics *stats; in update_stats_enqueue_sleeper_fair() local
991 stats = __schedstats_from_se(se); in update_stats_enqueue_sleeper_fair()
996 __update_stats_enqueue_sleeper(rq_of(cfs_rq), tsk, stats); in update_stats_enqueue_sleeper_fair()
1040 __schedstat_set(tsk->stats.sleep_start, in update_stats_dequeue_fair()
1043 __schedstat_set(tsk->stats.block_start, in update_stats_dequeue_fair()
5017 struct sched_statistics *stats; in set_next_entity() local
5019 stats = __schedstats_from_se(se); in set_next_entity()
5020 __schedstat_set(stats->slice_max, in set_next_entity()
5021 max((u64)stats->slice_max, in set_next_entity()
6521 schedstat_inc(p->stats.nr_wakeups_affine_attempts); in wake_affine()
6526 schedstat_inc(p->stats.nr_wakeups_affine); in wake_affine()
8423 schedstat_inc(p->stats.nr_failed_migrations_affine); in can_migrate_task()
8457 schedstat_inc(p->stats.nr_failed_migrations_running); in can_migrate_task()
8479 schedstat_inc(p->stats.nr_forced_migrations); in can_migrate_task()
8484 schedstat_inc(p->stats.nr_failed_migrations_hot); in can_migrate_task()