__schedstat_inc
__schedstat_inc(rq->ttwu_local);
__schedstat_inc(p->stats.nr_wakeups_local);
__schedstat_inc(p->stats.nr_wakeups_remote);
__schedstat_inc(sd->ttwu_wake_remote);
__schedstat_inc(p->stats.nr_wakeups_migrate);
__schedstat_inc(rq->ttwu_count);
__schedstat_inc(p->stats.nr_wakeups);
__schedstat_inc(p->stats.nr_wakeups_sync);
__schedstat_inc(stats->wait_count);
__schedstat_inc(stats->iowait_count);