Lines Matching defs:tmp
391 struct iommu_resv_region *iter, *tmp, *nr, *top;
409 list_for_each_entry_safe(iter, tmp, regions, list)
1299 struct pci_dev *tmp = NULL;
1306 for_each_pci_dev(tmp)
1308 if (tmp == pdev || tmp->bus != pdev->bus || PCI_SLOT(tmp->devfn) != PCI_SLOT(pdev->devfn) ||
1309 pci_acs_enabled(tmp, REQ_ACS_FLAGS)) {
1313 group = get_pci_alias_group(tmp, devfns);
1315 pci_dev_put(tmp);
1334 struct pci_dev *tmp = NULL;
1346 for_each_pci_dev(tmp)
1348 if (tmp == pdev || tmp->bus != pdev->bus) {
1353 if (pci_devs_are_dma_aliases(pdev, tmp)) {
1354 group = get_pci_alias_group(tmp, devfns);
1356 pci_dev_put(tmp);
1360 group = get_pci_function_alias_group(tmp, devfns);
1362 pci_dev_put(tmp);