Home
last modified time | relevance | path

Searched refs:tmp_device (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c889 struct group_device *tmp_device, *device = NULL; in iommu_group_remove_device() local
901 list_for_each_entry(tmp_device, &group->devices, list) { in iommu_group_remove_device()
902 if (tmp_device->dev == dev) { in iommu_group_remove_device()
903 device = tmp_device; in iommu_group_remove_device()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c601 struct btrfs_device *device, *tmp_device; in btrfs_free_stale_devices() local
612 list_for_each_entry_safe(device, tmp_device, in btrfs_free_stale_devices()
1246 struct btrfs_device *tmp_device; in open_fs_devices() local
1250 list_for_each_entry_safe(device, tmp_device, &fs_devices->devices, in open_fs_devices()