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

Function et_free

freebsd/kern/kern_et.c:229–238  ·  view source on GitHub ↗

Free event timer hardware. */

Source from the content-addressed store, hash-verified

227
228/* Free event timer hardware. */
229int
230et_free(struct eventtimer *et)
231{
232
233 if (!et->et_active)
234 return (ENXIO);
235
236 et->et_active = 0;
237 return (0);
238}
239
240/* Report list of supported event timer hardware via sysctl. */
241static int

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected