Lines Matching refs:rescind
170 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;
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.
1182 channel = relid2channel(rescind->child_relid);
1209 * Before setting channel->rescind in vmbus_rescind_cleanup(), we
1227 * At this point, the rescind handling can proceed safely.
1279 /* We always get a rescind msg when a connection is closed. */
1280 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind))