Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dresource.c63 static struct resource *next_resource(struct resource *p, bool sibling_only) in next_resource() function
80 return (void *)next_resource(p, false); in r_next()
360 for (p = iomem_resource.child; p; p = next_resource(p, sibling_only)) { in find_next_iomem_res()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nl.c3114 next_resource: in get_one_status()
3130 goto next_resource; in get_one_status()