diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3d9120c5ad15..dcc03fd5a7f3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1301,6 +1301,12 @@ struct task_struct { | |||
1301 | int latency_record_count; | 1301 | int latency_record_count; |
1302 | struct latency_record latency_record[LT_SAVECOUNT]; | 1302 | struct latency_record latency_record[LT_SAVECOUNT]; |
1303 | #endif | 1303 | #endif |
1304 | /* | ||
1305 | * time slack values; these are used to round up poll() and | ||
1306 | * select() etc timeout values. These are in nanoseconds. | ||
1307 | */ | ||
1308 | unsigned long timer_slack_ns; | ||
1309 | unsigned long default_timer_slack_ns; | ||
1304 | }; | 1310 | }; |
1305 | 1311 | ||
1306 | /* | 1312 | /* |