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

/linux-master/drivers/hv/
H A Dchannel_mgmt.c170 channel->rescind = true;
435 BUG_ON(!channel->rescind);
486 channel->rescind = true;
633 * we can release the potentially racing rescind thread.
670 * OPEN_CHANNEL message (the host may rescind a channel at any time,
1140 struct vmbus_channel_rescind_offer *rescind; local
1145 rescind = (struct vmbus_channel_rescind_offer *)hdr;
1147 trace_vmbus_onoffer_rescind(rescind);
1150 * The offer msg and the corresponding rescind msg
1152 * offer comes in first and then the rescind
[all...]
H A Dchannel.c477 if (channel->rescind) {
519 if (channel->rescind) {
723 if (newchannel->rescind) {
742 if (newchannel->rescind) {
835 if (channel->rescind)
853 * we will be awakened by the rescind
856 if (channel->rescind)
973 if (cur_channel->rescind)
980 if (cur_channel->rescind)
H A Dring_buffer.c290 if (channel->rescind)
376 if (channel->rescind) {
H A Dvmbus_drv.c1087 * The host can generate a rescind message while we
1096 * If we are handling the rescind message;
1121 * before sending the rescind message of the same
1138 * to the CPUs which will execute the offer & rescind
1164 struct vmbus_channel_rescind_offer *rescind; local
1172 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind),
1180 ctx->msg.header.payload_size = sizeof(*rescind);
1183 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload;
1184 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER;
1185 rescind
[all...]
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c213 if (device->channel->rescind)
264 if (device->channel->rescind)
1087 if (out_channel->rescind)
/linux-master/include/linux/
H A Dhyperv.h853 bool rescind; /* got rescind msg */ member in struct:vmbus_channel
854 bool rescind_ref; /* got rescind msg, got channel reference */
952 * Channel rescind callback. Some channels (the hvsock ones), need to
1273 * However, to facilitate the notification of new-offer/rescind-offer
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c982 if (hdev->channel->rescind) {
3444 * channel->rescind = true.
3822 if (chan->rescind)

Completed in 165 milliseconds