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

Function resource_list_init

freebsd/kern/subr_bus.c:3125–3129  ·  view source on GitHub ↗

* @brief Initialise a resource list. * * @param rl the resource list to initialise */

Source from the content-addressed store, hash-verified

3123 * @param rl the resource list to initialise
3124 */
3125void
3126resource_list_init(struct resource_list *rl)
3127{
3128 STAILQ_INIT(rl);
3129}
3130
3131/**
3132 * @brief Reclaim memory used by a resource list.

Callers 15

apb_add_childFunction · 0.85
apb_add_childFunction · 0.85
nexus_add_childFunction · 0.85
gic_v3_add_childrenFunction · 0.85
gic_v3_ofw_bus_attachFunction · 0.85
nexus_add_childFunction · 0.85
brcm_iproc_mdio_attachFunction · 0.85
madt_gicv2m_handlerFunction · 0.85
arm_gic_add_childrenFunction · 0.85
nexus_add_childFunction · 0.85
localbus_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected