next_res         1493 arch/powerpc/perf/hv-24x7.c 	struct hv_24x7_result *res, *next_res;
next_res         1520 arch/powerpc/perf/hv-24x7.c 	     i < result_buffer->num_results; i++, res = next_res) {
next_res         1524 arch/powerpc/perf/hv-24x7.c 					    &next_res);
next_res         1986 drivers/hv/vmbus_drv.c 	struct resource *next_res;
next_res         1995 drivers/hv/vmbus_drv.c 		for (cur_res = hyperv_mmio; cur_res; cur_res = next_res) {
next_res         1996 drivers/hv/vmbus_drv.c 			next_res = cur_res->sibling;
next_res          301 drivers/pci/hotplug/cpqphp_ctrl.c 	struct pci_resource *next_res;
next_res          328 drivers/pci/hotplug/cpqphp_ctrl.c 				next_res = current_res->next;
next_res          331 drivers/pci/hotplug/cpqphp_ctrl.c 				next_res->next = current_res->next;
next_res          332 drivers/pci/hotplug/cpqphp_ctrl.c 				current_res->next = next_res;
next_res          349 drivers/pci/hotplug/cpqphp_ctrl.c 	struct pci_resource *next_res;
next_res          376 drivers/pci/hotplug/cpqphp_ctrl.c 				next_res = current_res->next;
next_res          379 drivers/pci/hotplug/cpqphp_ctrl.c 				next_res->next = current_res->next;
next_res          380 drivers/pci/hotplug/cpqphp_ctrl.c 				current_res->next = next_res;
next_res         1001 kernel/resource.c 	struct resource *next_res = NULL;
next_res         1017 kernel/resource.c 			if (!next_res)
next_res         1019 kernel/resource.c 			res = next_res;
next_res         1020 kernel/resource.c 			next_res = NULL;
next_res         1028 kernel/resource.c 			WARN_ON(next_res);
next_res         1037 kernel/resource.c 				next_res = alloc_resource(GFP_ATOMIC);
next_res         1038 kernel/resource.c 				if (!next_res) {
next_res         1042 kernel/resource.c 				next_res->name = name;
next_res         1043 kernel/resource.c 				next_res->start = conflict->end + 1;
next_res         1044 kernel/resource.c 				next_res->end = end;
next_res         1045 kernel/resource.c 				next_res->flags = type | IORESOURCE_BUSY;
next_res         1046 kernel/resource.c 				next_res->desc = IORES_DESC_NONE;