MCPcopy 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
5564void
5565bus_data_generation_update(void)
5566{
5567 atomic_add_int(&bus_data_generation, 1);
5568}
5569
5570int
5571bus_free_resource(device_t dev, int type, struct resource *r)

Callers 12

devclass_find_internalFunction · 0.85
devclass_add_driverFunction · 0.85
devclass_delete_driverFunction · 0.85
make_deviceFunction · 0.85
device_add_child_orderedFunction · 0.85
device_delete_childFunction · 0.85
device_probe_childFunction · 0.85
device_set_desc_internalFunction · 0.85
device_set_devclassFunction · 0.85
device_set_driverFunction · 0.85
device_set_unitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected