]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
sched: keep total / count stats in addition to the max for
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index 734f6d8f6ed547469be04211d72d2e97669739ae..df5b24ee80b307044bb5292404d1fc41686c8a6d 100644 (file)
@@ -895,6 +895,8 @@ struct sched_entity {
 #ifdef CONFIG_SCHEDSTATS
        u64                     wait_start;
        u64                     wait_max;
+       u64                     wait_count;
+       u64                     wait_sum;
 
        u64                     sleep_start;
        u64                     sleep_max;