]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
hrtimer: create a "timer_slack" field in the task struct
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index 3d9120c5ad1589a0da722e514c370c0a3f1c4fe4..dcc03fd5a7f3df86a005ac88b1dc2843c5c178b4 100644 (file)
@@ -1301,6 +1301,12 @@ struct task_struct {
        int latency_record_count;
        struct latency_record latency_record[LT_SAVECOUNT];
 #endif
+       /*
+        * time slack values; these are used to round up poll() and
+        * select() etc timeout values. These are in nanoseconds.
+        */
+       unsigned long timer_slack_ns;
+       unsigned long default_timer_slack_ns;
 };
 
 /*