Searched refs:find_resource_space (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | ioport.h | 337 int find_resource_space(struct resource *root, struct resource *new,
|
| /linux-6.15/kernel/ |
| H A D | resource.c | 742 int find_resource_space(struct resource *root, struct resource *new, in find_resource_space() function 748 EXPORT_SYMBOL_GPL(find_resource_space); 833 err = find_resource_space(root, new, size, &constraint); in allocate_resource()
|
| /linux-6.15/drivers/pci/ |
| H A D | setup-bus.c | 1114 if (find_resource_space(r, &gap, size, &constraint) == 0) { in pbus_upstream_space_available()
|