Home
last modified time | relevance | path

Searched refs:__schedstat_inc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/kernel/sched/
Dstats.h34 #define __schedstat_inc(var) do { var++; } while (0) macro
48 # define __schedstat_inc(var) do { } while (0) macro
Dcore.c3491 __schedstat_inc(rq->ttwu_local); in ttwu_stat()
3492 __schedstat_inc(p->se.statistics.nr_wakeups_local); in ttwu_stat()
3496 __schedstat_inc(p->se.statistics.nr_wakeups_remote); in ttwu_stat()
3500 __schedstat_inc(sd->ttwu_wake_remote); in ttwu_stat()
3508 __schedstat_inc(p->se.statistics.nr_wakeups_migrate); in ttwu_stat()
3511 __schedstat_inc(rq->ttwu_count); in ttwu_stat()
3512 __schedstat_inc(p->se.statistics.nr_wakeups); in ttwu_stat()
3515 __schedstat_inc(p->se.statistics.nr_wakeups_sync); in ttwu_stat()
Dfair.c919 __schedstat_inc(se->statistics.wait_count); in update_stats_wait_end()
971 __schedstat_inc(se->statistics.iowait_count); in update_stats_enqueue_sleeper()