Lines Matching refs:rescind
151 channel->rescind = true;
403 BUG_ON(!channel->rescind);
454 channel->rescind = true;
590 * we can release the potentially racing rescind thread.
638 * OPEN_CHANNEL message (the host may rescind a channel at any time,
1048 struct vmbus_channel_rescind_offer *rescind;
1053 rescind = (struct vmbus_channel_rescind_offer *)hdr;
1055 trace_vmbus_onoffer_rescind(rescind);
1058 * The offer msg and the corresponding rescind msg
1060 * offer comes in first and then the rescind.
1090 channel = relid2channel(rescind->child_relid);
1105 * Before setting channel->rescind in vmbus_rescind_cleanup(), we
1123 * At this point, the rescind handling can proceed safely.
1175 /* We always get a rescind msg when a connection is closed. */
1176 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind))