| 774 | } |
| 775 | |
| 776 | static inline void |
| 777 | abs_timeout_update(struct abs_timeout *timo) |
| 778 | { |
| 779 | |
| 780 | kern_clock_gettime(curthread, timo->clockid, &timo->cur); |
| 781 | } |
| 782 | |
| 783 | static int |
| 784 | abs_timeout_gethz(struct abs_timeout *timo) |
no test coverage detected