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

Function et_stop

freebsd/kern/kern_et.c:208–217  ·  view source on GitHub ↗

Stop event timer hardware. */

Source from the content-addressed store, hash-verified

206
207/* Stop event timer hardware. */
208int
209et_stop(struct eventtimer *et)
210{
211
212 if (!et->et_active)
213 return (ENXIO);
214 if (et->et_stop)
215 return (et->et_stop(et));
216 return (0);
217}
218
219/* Mark event timer hardware as broken. */
220int

Callers 2

doconfigtimerFunction · 0.85
kern_clocksource.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected