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