diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 734f6d8f6ed5..df5b24ee80b3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -895,6 +895,8 @@ struct sched_entity { | |||
895 | #ifdef CONFIG_SCHEDSTATS | 895 | #ifdef CONFIG_SCHEDSTATS |
896 | u64 wait_start; | 896 | u64 wait_start; |
897 | u64 wait_max; | 897 | u64 wait_max; |
898 | u64 wait_count; | ||
899 | u64 wait_sum; | ||
898 | 900 | ||
899 | u64 sleep_start; | 901 | u64 sleep_start; |
900 | u64 sleep_max; | 902 | u64 sleep_max; |