zfs: Use the correct type for raidz_outlier_check_interval_ms
raidz_outlier_check_interval_ms has type hrtime_t, which is a long long,
which is 64 bits wide on all supported platforms.
(cherry picked from commit 081f0e38e3324dd3ca63a2d5036a15f52e6cf858)