Lines Matching refs:rescind
1109 * The host can generate a rescind message while we
1118 * If we are handling the rescind message;
1141 * before sending the rescind message of the same
1158 * to the CPUs which will execute the offer & rescind
1182 struct vmbus_channel_rescind_offer *rescind;
1190 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind),
1198 ctx->msg.header.payload_size = sizeof(*rescind);
1201 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload;
1202 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER;
1203 rescind->child_relid = channel->offermsg.child_relid;
1264 if (channel->rescind)
2439 if (!channel->rescind) {