MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / dev_exit

Function dev_exit

loader/linux/src/entry.c:271–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void
272dev_exit(void)
273{
274 misc_deregister(&bareflank_dev);
275 loader_fini();
276 unregister_pm_notifier(&pm_notifier_block);
277 unregister_reboot_notifier(&reboot_notifier_block);
278}
279
280module_init(dev_init);
281module_exit(dev_exit);

Callers

nothing calls this directly

Calls 1

loader_finiFunction · 0.85

Tested by

no test coverage detected