MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_ktimer_getoverrun

Function sys_ktimer_getoverrun

freebsd/kern/kern_time.c:1447–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445};
1446#endif
1447int
1448sys_ktimer_getoverrun(struct thread *td, struct ktimer_getoverrun_args *uap)
1449{
1450
1451 return (kern_ktimer_getoverrun(td, uap->timerid));
1452}
1453
1454int
1455kern_ktimer_getoverrun(struct thread *td, int timer_id)

Callers

nothing calls this directly

Calls 1

kern_ktimer_getoverrunFunction · 0.85

Tested by

no test coverage detected