Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bus_data_generation_update
Function
bus_data_generation_update
freebsd/kern/subr_bus.c:5564–5568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5562
}
5563
5564
void
5565
bus_data_generation_update(void)
5566
{
5567
atomic_add_int(&bus_data_generation, 1);
5568
}
5569
5570
int
5571
bus_free_resource(device_t dev, int type, struct resource *r)
Callers
12
devclass_find_internal
Function · 0.85
devclass_add_driver
Function · 0.85
devclass_delete_driver
Function · 0.85
make_device
Function · 0.85
device_add_child_ordered
Function · 0.85
device_delete_child
Function · 0.85
device_probe_child
Function · 0.85
device_set_desc_internal
Function · 0.85
device_set_devclass
Function · 0.85
device_set_driver
Function · 0.85
device_set_unit
Function · 0.85
device_do_deferred_actions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected