Home
last modified time | relevance | path

Searched refs:rescind (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c162 channel->rescind = true; in vmbus_rescind_cleanup()
402 BUG_ON(!channel->rescind); in hv_process_channel_removal()
444 channel->rescind = true; in vmbus_free_channels()
853 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
857 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
859 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
883 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
946 hv_process_channel_removal(rescind->child_relid); in vmbus_onoffer_rescind()
959 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
Dchannel.c196 if (newchannel->rescind) { in vmbus_open()
217 if (newchannel->rescind) { in vmbus_open()
451 if (channel->rescind) { in vmbus_establish_gpadl()
485 if (channel->rescind) { in vmbus_establish_gpadl()
536 if (channel->rescind) in vmbus_teardown_gpadl()
555 if (channel->rescind) in vmbus_teardown_gpadl()
689 if (cur_channel->rescind) { in vmbus_close()
Dring_buffer.c259 if (channel->rescind) in hv_ringbuffer_write()
310 if (channel->rescind) in hv_ringbuffer_write()
Dvmbus_drv.c963 if (channel->rescind) in vmbus_chan_sched()
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c181 if (device->channel->rescind) in netvsc_revoke_recv_buf()
232 if (device->channel->rescind) in netvsc_revoke_send_buf()
844 if (out_channel->rescind) in netvsc_send_pkt()
/Linux-v4.19/include/linux/
Dhyperv.h736 bool rescind; /* got rescind msg */ member
/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c568 if (hdev->channel->rescind) { in wait_for_response()
2642 if (hdev->channel->rescind) in hv_pci_bus_exit()