Searched refs:rescind (Results 1 – 8 of 8) sorted by relevance
180 channel->rescind = true; in vmbus_rescind_cleanup()453 BUG_ON(!channel->rescind); in hv_process_channel_removal()504 channel->rescind = true; in vmbus_free_channels()1165 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local1170 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()1172 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()1207 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()1305 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
497 if (channel->rescind) { in __vmbus_establish_gpadl()539 if (channel->rescind) { in __vmbus_establish_gpadl()742 if (newchannel->rescind) { in __vmbus_open()761 if (newchannel->rescind) { in __vmbus_open()854 if (channel->rescind) in vmbus_teardown_gpadl()875 if (channel->rescind) in vmbus_teardown_gpadl()995 if (cur_channel->rescind) in vmbus_disconnect_ring()1002 if (cur_channel->rescind) in vmbus_disconnect_ring()
290 if (channel->rescind) in hv_ringbuffer_write()376 if (channel->rescind) { in hv_ringbuffer_write()
1214 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local1222 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()1230 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()1233 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()1234 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()1235 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()1288 if (channel->rescind) in vmbus_chan_sched()2757 if (!channel->rescind) { in vmbus_bus_suspend()
130 been removed. At this point, Hyper-V sends a VMBus rescind134 been present are gone from the Linux kernel. The rescind144 Ejection Complete before sending the VMBus rescind147 performs the rescind steps, which will likely result in
213 if (device->channel->rescind) in netvsc_revoke_recv_buf()264 if (device->channel->rescind) in netvsc_revoke_send_buf()1127 if (out_channel->rescind) in netvsc_send_pkt()
802 bool rescind; /* got rescind msg */ member
1049 if (hdev->channel->rescind) { in wait_for_response()3909 if (chan->rescind) in hv_pci_bus_exit()