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

/linux-master/kernel/sched/
H A Dstats.c42 __schedstat_inc(stats->wait_count);
89 __schedstat_inc(stats->iowait_count);
H A Dstats.h38 #define __schedstat_inc(var) do { var++; } while (0) macro
76 # define __schedstat_inc(var) do { } while (0) macro
H A Dcore.c3736 __schedstat_inc(rq->ttwu_local);
3737 __schedstat_inc(p->stats.nr_wakeups_local);
3741 __schedstat_inc(p->stats.nr_wakeups_remote);
3746 __schedstat_inc(sd->ttwu_wake_remote);
3753 __schedstat_inc(p->stats.nr_wakeups_migrate);
3756 __schedstat_inc(rq->ttwu_count);
3757 __schedstat_inc(p->stats.nr_wakeups);
3760 __schedstat_inc(p->stats.nr_wakeups_sync);

Completed in 300 milliseconds