Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dev_sigbus_handler_unregister
Function
dev_sigbus_handler_unregister
dpdk/lib/eal/linux/eal_dev.c:414–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
int
415
dev_sigbus_handler_unregister(void)
416
{
417
rte_errno = 0;
418
419
sigbus_action_recover();
420
421
return rte_errno;
422
}
423
424
int
425
rte_dev_hotplug_handle_enable(void)
Callers
1
rte_dev_hotplug_handle_disable
Function · 0.85
Calls
1
sigbus_action_recover
Function · 0.85
Tested by
no test coverage detected