Searched refs:tmp_device (Results 1 – 2 of 2) sorted by relevance
775 struct group_device *tmp_device, *device = NULL; in iommu_group_remove_device() local784 list_for_each_entry(tmp_device, &group->devices, list) { in iommu_group_remove_device()785 if (tmp_device->dev == dev) { in iommu_group_remove_device()786 device = tmp_device; in iommu_group_remove_device()
736 struct btrfs_device *device, *tmp_device; in btrfs_free_stale_devices() local745 list_for_each_entry_safe(device, tmp_device, in btrfs_free_stale_devices()