| 1445 | }; |
| 1446 | #endif |
| 1447 | int |
| 1448 | sys_ktimer_getoverrun(struct thread *td, struct ktimer_getoverrun_args *uap) |
| 1449 | { |
| 1450 | |
| 1451 | return (kern_ktimer_getoverrun(td, uap->timerid)); |
| 1452 | } |
| 1453 | |
| 1454 | int |
| 1455 | kern_ktimer_getoverrun(struct thread *td, int timer_id) |
nothing calls this directly
no test coverage detected