Searched refs:hv_pci_suspend (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c3927 static int hv_pci_suspend(struct hv_device *hdev) function
3934 * hv_pci_suspend() must make sure there are no pending work items
3941 * vmbus channel, which can be being closed by hv_pci_suspend(), e.g.
3945 * To eliminate the race, hv_pci_suspend() disables the channel
3947 * re-enables the tasklet. This way, when hv_pci_suspend() proceeds,
4076 .suspend = hv_pci_suspend,

Completed in 209 milliseconds