Searched refs:resource_contains (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dhost-bridge.c56 if (resource_contains(window->res, res)) { pcibios_resource_to_bus()
H A Dpci.c424 if (res->start && resource_contains(r, res)) { pci_bus_for_each_resource()
/linux-4.1.27/include/linux/
H A Dioport.h173 static inline bool resource_contains(struct resource *r1, struct resource *r2) resource_contains() function
/linux-4.1.27/kernel/
H A Dresource.c594 if (resource_contains(&avail, &alloc)) { __find_resource()
644 if (resource_contains(&new, old)) { reallocate_resource()
655 if (resource_contains(old, &new)) { reallocate_resource()

Completed in 166 milliseconds