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