X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=9ee3bed0ff065108a2f52404c2705b88277730f3;hb=268a3dcfea2077fca60d3715caa5c96f9b5e6ea7;hp=5c38db536e07f8b7b0d6e5b0dc4f31a9e3cb07c1;hpb=c4bd822e7b12a9008241d76db45b665f2fef180c;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/sched.h b/include/linux/sched.h index 5c38db536e0..9ee3bed0ff0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1346,6 +1346,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; }; /*