Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dchannel.c477 if (channel->rescind) { in __vmbus_establish_gpadl()
519 if (channel->rescind) { in __vmbus_establish_gpadl()
723 if (newchannel->rescind) { in __vmbus_open()
742 if (newchannel->rescind) { in __vmbus_open()
835 if (channel->rescind) in vmbus_teardown_gpadl()
856 if (channel->rescind) in vmbus_teardown_gpadl()
973 if (cur_channel->rescind) in vmbus_disconnect_ring()
980 if (cur_channel->rescind) in vmbus_disconnect_ring()
H A Dvmbus_drv.c1164 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1172 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()
1180 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1183 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()
1184 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1185 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()
1240 if (channel->rescind) in vmbus_chan_sched()
2456 if (!channel->rescind) { in vmbus_bus_suspend()
H A Dring_buffer.c290 if (channel->rescind) in hv_ringbuffer_write()
376 if (channel->rescind) { in hv_ringbuffer_write()
/linux/Documentation/virt/hyperv/
H A Dvpci.rst130 been removed. At this point, Hyper-V sends a VMBus rescind
134 been present are gone from the Linux kernel. The rescind
144 Ejection Complete before sending the VMBus rescind
147 performs the rescind steps, which will likely result in
/linux/include/linux/
H A Dhyperv.h846 bool rescind; /* got rescind msg */ member