Lines Matching defs:tmp
736 struct iommu_resv_region *iter, *tmp, *nr, *top;
753 list_for_each_entry_safe(iter, tmp, regions, list) {
1541 struct pci_dev *tmp = NULL;
1547 for_each_pci_dev(tmp) {
1548 if (tmp == pdev || tmp->bus != pdev->bus ||
1549 PCI_SLOT(tmp->devfn) != PCI_SLOT(pdev->devfn) ||
1550 pci_acs_enabled(tmp, REQ_ACS_FLAGS))
1553 group = get_pci_alias_group(tmp, devfns);
1555 pci_dev_put(tmp);
1575 struct pci_dev *tmp = NULL;
1585 for_each_pci_dev(tmp) {
1586 if (tmp == pdev || tmp->bus != pdev->bus)
1590 if (pci_devs_are_dma_aliases(pdev, tmp)) {
1591 group = get_pci_alias_group(tmp, devfns);
1593 pci_dev_put(tmp);
1597 group = get_pci_function_alias_group(tmp, devfns);
1599 pci_dev_put(tmp);