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-21 09:24:07 +00:00
2017-03-17 12:34:57 +00:00
2017-01-28 02:22:15 +00:00
2017-03-05 03:05:24 +00:00
2017-03-18 18:34:29 +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-02-28 23:42:47 +00:00
2017-03-21 09:07:05 +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-02-28 23:42:47 +00:00
2017-03-19 19:52:47 +00:00
2017-01-28 02:22:15 +00:00