Lines Matching defs:removed
2108 struct list_head removed;
2117 INIT_LIST_HEAD(&removed);
2179 list_move_tail(&hpdev->list_entry, &removed);
2187 while (!list_empty(&removed)) {
2188 hpdev = list_first_entry(&removed, struct hv_pci_dev,
2353 * If this timer expires, the device will be forcibly removed.
3338 struct list_head removed;
3341 INIT_LIST_HEAD(&removed);
3344 list_move_tail(&hpdev->list_entry, &removed);
3348 list_for_each_entry_safe(hpdev, tmp, &removed, list_entry) {