X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=5ca620573d47c35c707b115cdb44ca2fb243d519;hb=1f6d6e8ebe73ba9d9d4c693f7f6f50f661dbd6e4;hp=10bff55b0824f2cf7874484a46d6749ad7e2381a;hpb=db563fc2e80534f98c7f9121a6f7dfe41f177a79;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/sched.h b/include/linux/sched.h index 10bff55b082..5ca620573d4 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1345,6 +1345,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; }; /*