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 5c38db536e07..9ee3bed0ff06 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1346,6 +1346,12 @@ struct task_struct { | |||
1346 | int latency_record_count; | 1346 | int latency_record_count; |
1347 | struct latency_record latency_record[LT_SAVECOUNT]; | 1347 | struct latency_record latency_record[LT_SAVECOUNT]; |
1348 | #endif | 1348 | #endif |
1349 | /* | ||
1350 | * time slack values; these are used to round up poll() and | ||
1351 | * select() etc timeout values. These are in nanoseconds. | ||
1352 | */ | ||
1353 | unsigned long timer_slack_ns; | ||
1354 | unsigned long default_timer_slack_ns; | ||
1349 | }; | 1355 | }; |
1350 | 1356 | ||
1351 | /* | 1357 | /* |