You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spl-time: Use KeQueryPerformanceCounter instead of KeQueryTickCount
`KeQueryTickCount` seems to only have a 15.625ms resolution unless the
interrupt timer frequency is increased, which should be avoided due to
power usage.
Instead, this switches the `zfs_lbolt`, `gethrtime` and
`random_get_bytes` to use `KeQueryPerformanceCounter`.
On my system this gives a 100ns resolution.
Signed-off-by: Axel Gembe <axel@gembe.net>
0 commit comments