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

Function rman_reserve_resource

freebsd/kern/subr_rman.c:654–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654struct resource *
655rman_reserve_resource(struct rman *rm, rman_res_t start, rman_res_t end,
656 rman_res_t count, u_int flags, device_t dev)
657{
658
659 return (rman_reserve_resource_bound(rm, start, end, count, 0, flags,
660 dev));
661}
662
663int
664rman_activate_resource(struct resource *re)

Callers 15

apb_alloc_resourceFunction · 0.85
apb_alloc_resourceFunction · 0.85
nexus_alloc_resourceFunction · 0.85
cpu_alloc_resourceFunction · 0.85
octopci_alloc_resourceFunction · 0.85
obio_alloc_resourceFunction · 0.85
ciu_alloc_resourceFunction · 0.85
mtk_pci_alloc_resourceFunction · 0.85
obio_alloc_resourceFunction · 0.85

Calls 1

Tested by

no test coverage detected