Searched refs:schedstat_inc (Results 1 - 4 of 4) sorted by relevance

/kernel/sched/
H A Didle_task.c31 schedstat_inc(rq, sched_goidle);
H A Dstats.h32 # define schedstat_inc(rq, field) do { (rq)->field++; } while (0) macro
45 # define schedstat_inc(rq, field) do { } while (0) macro
H A Dfair.c2776 schedstat_inc(cfs_rq, nr_spread_over);
4366 schedstat_inc(p, se.statistics.nr_wakeups_affine_attempts);
4371 schedstat_inc(sd, ttwu_move_affine);
4372 schedstat_inc(p, se.statistics.nr_wakeups_affine);
5296 schedstat_inc(p, se.statistics.nr_failed_migrations_affine);
5327 schedstat_inc(p, se.statistics.nr_failed_migrations_running);
5344 schedstat_inc(env->sd, lb_hot_gained[env->idle]);
5345 schedstat_inc(p, se.statistics.nr_forced_migrations);
5350 schedstat_inc(p, se.statistics.nr_failed_migrations_hot);
5390 schedstat_inc(en
[all...]
H A Dcore.c1446 schedstat_inc(rq, ttwu_local);
1447 schedstat_inc(p, se.statistics.nr_wakeups_local);
1451 schedstat_inc(p, se.statistics.nr_wakeups_remote);
1455 schedstat_inc(sd, ttwu_wake_remote);
1463 schedstat_inc(p, se.statistics.nr_wakeups_migrate);
1467 schedstat_inc(rq, ttwu_count);
1468 schedstat_inc(p, se.statistics.nr_wakeups);
1471 schedstat_inc(p, se.statistics.nr_wakeups_sync);
2686 schedstat_inc(this_rq(), sched_count);
4208 schedstat_inc(r
[all...]

Completed in 79 milliseconds