Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dstats.c42 __schedstat_inc(stats->wait_count); in __update_stats_wait_end()
89 __schedstat_inc(stats->iowait_count); in __update_stats_enqueue_sleeper()
Dstats.h38 #define __schedstat_inc(var) do { var++; } while (0) macro
76 # define __schedstat_inc(var) do { } while (0) macro
Dcore.c3578 __schedstat_inc(rq->ttwu_local); in ttwu_stat()
3579 __schedstat_inc(p->stats.nr_wakeups_local); in ttwu_stat()
3583 __schedstat_inc(p->stats.nr_wakeups_remote); in ttwu_stat()
3587 __schedstat_inc(sd->ttwu_wake_remote); in ttwu_stat()
3595 __schedstat_inc(p->stats.nr_wakeups_migrate); in ttwu_stat()
3598 __schedstat_inc(rq->ttwu_count); in ttwu_stat()
3599 __schedstat_inc(p->stats.nr_wakeups); in ttwu_stat()
3602 __schedstat_inc(p->stats.nr_wakeups_sync); in ttwu_stat()