Searched refs:hv_pci_suspend (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-hyperv.c | 3436 static int hv_pci_suspend(struct hv_device *hdev) in hv_pci_suspend() function 3443 * hv_pci_suspend() must make sure there are no pending work items in hv_pci_suspend() 3450 * vmbus channel, which can be being closed by hv_pci_suspend(), e.g. in hv_pci_suspend() 3454 * To eliminate the race, hv_pci_suspend() disables the channel in hv_pci_suspend() 3456 * re-enables the tasklet. This way, when hv_pci_suspend() proceeds, in hv_pci_suspend() 3567 .suspend = hv_pci_suspend,
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-hyperv.c | 3934 static int hv_pci_suspend(struct hv_device *hdev) in hv_pci_suspend() function 3941 * hv_pci_suspend() must make sure there are no pending work items in hv_pci_suspend() 3948 * vmbus channel, which can be being closed by hv_pci_suspend(), e.g. in hv_pci_suspend() 3952 * To eliminate the race, hv_pci_suspend() disables the channel in hv_pci_suspend() 3954 * re-enables the tasklet. This way, when hv_pci_suspend() proceeds, in hv_pci_suspend() 4083 .suspend = hv_pci_suspend,
|
Completed in 11 milliseconds