Lines Matching refs:rescind
1097 * The host can generate a rescind message while we
1106 * If we are handling the rescind message;
1131 * before sending the rescind message of the same
1148 * to the CPUs which will execute the offer & rescind
1174 struct vmbus_channel_rescind_offer *rescind;
1182 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind),
1190 ctx->msg.header.payload_size = sizeof(*rescind);
1193 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload;
1194 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER;
1195 rescind->child_relid = channel->offermsg.child_relid;
1250 if (channel->rescind)
2428 if (!channel->rescind) {