Lines Matching refs:rentry
107 struct resource_entry *rentry; in acpi_watchdog_init() local
133 struct resource_entry *rentry; in acpi_watchdog_init() local
152 resource_list_for_each_entry(rentry, &resource_list) { in acpi_watchdog_init()
153 if (rentry->res->flags == res.flags && in acpi_watchdog_init()
154 resource_union(rentry->res, &res, rentry->res)) { in acpi_watchdog_init()
161 rentry = resource_list_create_entry(NULL, 0); in acpi_watchdog_init()
162 if (!rentry) in acpi_watchdog_init()
165 *rentry->res = res; in acpi_watchdog_init()
166 resource_list_add_tail(rentry, &resource_list); in acpi_watchdog_init()
176 resource_list_for_each_entry(rentry, &resource_list) in acpi_watchdog_init()
177 resources[i++] = *rentry->res; in acpi_watchdog_init()