Home
last modified time | relevance | path

Searched refs:sibling_only (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/
Dresource.c63 static struct resource *next_resource(struct resource *p, bool sibling_only) in next_resource() argument
66 if (sibling_only) in next_resource()
347 bool sibling_only = false; in find_next_iomem_res() local
356 sibling_only = true; in find_next_iomem_res()
360 for (p = iomem_resource.child; p; p = next_resource(p, sibling_only)) { in find_next_iomem_res()