Conrad Meyer
5abb3b74d3
kern_fail: Allow sleeping for more than 2147483/hz seconds
...
Because of integer types, the timeout calculation result was limited to
INT_MAX / (1000 * hz) seconds. For systems with hz=10000, this is only 215
seconds. Perform the calculation with 64-bit math to allow sleeping for the
full INT_MAX / hz interval (215000 seconds on such hz=10000 systems).
Submitted by: Scott Ferris <sferris at isilon.com>
Sponsored by: Dell EMC Isilon
2017-03-21 22:41:37 +00:00
..
2017-03-18 18:34:29 +00:00
2017-03-20 19:25:42 +00:00
2017-03-16 17:49:37 +00:00
2017-03-20 22:20:17 +00:00
2017-03-21 09:24:07 +00:00
2017-03-17 12:34:57 +00:00
2017-03-19 00:54:24 +00:00
2017-03-19 00:22:13 +00:00
2017-03-08 02:47:59 +00:00
2017-01-28 02:22:15 +00:00
2017-03-18 07:01:18 +00:00
2017-03-21 14:14:11 +00:00
2017-03-05 03:05:24 +00:00
2017-03-13 13:56:01 +00:00
2017-03-07 13:56:49 +00:00
2017-03-18 18:34:29 +00:00
2017-02-28 23:42:47 +00:00
2017-03-21 22:41:37 +00:00
2017-03-14 06:00:44 +00:00
2017-03-17 22:02:02 +00:00
2017-03-19 19:10:23 +00:00
2017-03-14 22:25:07 +00:00
2017-03-19 23:05:03 +00:00
2017-01-20 00:02:11 +00:00
2017-03-21 16:23:44 +00:00
2017-03-17 16:50:37 +00:00
2017-03-07 00:13:53 +00:00
2017-03-19 03:06:09 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-03-21 09:07:05 +00:00
2017-03-17 21:40:14 +00:00
2017-02-05 00:32:12 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-03-21 09:12:41 +00:00
2017-03-18 11:13:54 +00:00
2017-03-10 22:45:07 +00:00
2017-02-28 23:42:47 +00:00
2017-03-19 19:52:47 +00:00
2017-03-16 09:33:36 +00:00
2017-03-07 09:17:48 +00:00
2017-01-28 02:22:15 +00:00