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

Function swi_remove

freebsd/kern/kern_intr.c:1097–1102  ·  view source on GitHub ↗

* Remove a software interrupt handler. Currently this code does not * remove the associated interrupt event if it becomes empty. Calling code * may do so manually via intr_event_destroy(), but that's not really * an optimal interface. */

Source from the content-addressed store, hash-verified

1095 * an optimal interface.
1096 */
1097int
1098swi_remove(void *cookie)
1099{
1100
1101 return (intr_event_remove_handler(cookie));
1102}
1103
1104static void
1105intr_event_execute_handlers(struct proc *p, struct intr_event *ie)

Callers 2

pf_unload_vnetFunction · 0.50
vnet_pfsync_uninitFunction · 0.50

Calls 1

Tested by

no test coverage detected