Searched refs:__schedstat_inc (Results 1 – 3 of 3) sorted by relevance
43 __schedstat_inc(stats->wait_count); in __update_stats_wait_end()90 __schedstat_inc(stats->iowait_count); in __update_stats_enqueue_sleeper()
36 #define __schedstat_inc(var) do { var++; } while (0) macro74 # define __schedstat_inc(var) do { } while (0) macro
3514 __schedstat_inc(rq->ttwu_local); in ttwu_stat()3515 __schedstat_inc(p->stats.nr_wakeups_local); in ttwu_stat()3519 __schedstat_inc(p->stats.nr_wakeups_remote); in ttwu_stat()3523 __schedstat_inc(sd->ttwu_wake_remote); in ttwu_stat()3531 __schedstat_inc(p->stats.nr_wakeups_migrate); in ttwu_stat()3534 __schedstat_inc(rq->ttwu_count); in ttwu_stat()3535 __schedstat_inc(p->stats.nr_wakeups); in ttwu_stat()3538 __schedstat_inc(p->stats.nr_wakeups_sync); in ttwu_stat()
Completed in 25 milliseconds