Searched defs:dellist (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/unisys/virtpci/
H A Dvirtpci.c1195 struct virtpci_dev *tmpvpcidev, *prevvpcidev, *dellist = NULL; local
1259 tmpvpcidev->next = dellist;
1260 dellist = tmpvpcidev;
1281 while (dellist) {
1283 tmpvpcidev = dellist->next;
1284 /* delete the vhba/vnic at dellist */
1285 DELETE_ONE_VPCIDEV(dellist);
1287 dellist = tmpvpcidev;

Completed in 39 milliseconds