Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hv/
H A Dchannel_mgmt.c151 channel->rescind = true; in vmbus_rescind_cleanup()
403 BUG_ON(!channel->rescind); in hv_process_channel_removal()
454 channel->rescind = true; in vmbus_free_channels()
590 * we can release the potentially racing rescind thread. in vmbus_process_offer()
638 * OPEN_CHANNEL message (the host may rescind a channel at any time, in vmbus_process_offer()
1048 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
1053 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
1055 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
1058 * The offer msg and the corresponding rescind msg in vmbus_onoffer_rescind()
1060 * offer comes in first and then the rescind in vmbus_onoffer_rescind()
[all...]
H A Dchannel.c427 if (channel->rescind) { in __vmbus_establish_gpadl()
469 if (channel->rescind) { in __vmbus_establish_gpadl()
584 if (newchannel->rescind) { in __vmbus_open()
603 if (newchannel->rescind) { in __vmbus_open()
696 if (channel->rescind) in vmbus_teardown_gpadl()
712 * we will be awakened by the rescind in vmbus_teardown_gpadl()
715 if (channel->rescind) in vmbus_teardown_gpadl()
824 if (cur_channel->rescind) in vmbus_disconnect_ring()
831 if (cur_channel->rescind) in vmbus_disconnect_ring()
H A Dring_buffer.c275 if (channel->rescind) in hv_ringbuffer_write()
335 if (channel->rescind) in hv_ringbuffer_write()
H A Dvmbus_drv.c1109 * The host can generate a rescind message while we in vmbus_on_msg_dpc()
1118 * If we are handling the rescind message; in vmbus_on_msg_dpc()
1141 * before sending the rescind message of the same in vmbus_on_msg_dpc()
1158 * to the CPUs which will execute the offer & rescind in vmbus_on_msg_dpc()
1182 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1190 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()
1198 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1201 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()
1202 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1203 rescind in vmbus_force_channel_rescinded()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H A Dchannel_mgmt.c170 channel->rescind = true; in vmbus_rescind_cleanup()
435 BUG_ON(!channel->rescind); in hv_process_channel_removal()
486 channel->rescind = true; in vmbus_free_channels()
633 * we can release the potentially racing rescind thread. in vmbus_process_offer()
670 * OPEN_CHANNEL message (the host may rescind a channel at any time, in vmbus_process_offer()
1140 struct vmbus_channel_rescind_offer *rescind; in vmbus_onoffer_rescind() local
1145 rescind = (struct vmbus_channel_rescind_offer *)hdr; in vmbus_onoffer_rescind()
1147 trace_vmbus_onoffer_rescind(rescind); in vmbus_onoffer_rescind()
1150 * The offer msg and the corresponding rescind msg in vmbus_onoffer_rescind()
1152 * offer comes in first and then the rescind in vmbus_onoffer_rescind()
[all...]
H A Dchannel.c502 if (channel->rescind) { in __vmbus_establish_gpadl()
544 if (channel->rescind) { in __vmbus_establish_gpadl()
742 if (newchannel->rescind) { in __vmbus_open()
761 if (newchannel->rescind) { in __vmbus_open()
854 if (channel->rescind) in vmbus_teardown_gpadl()
872 * we will be awakened by the rescind in vmbus_teardown_gpadl()
875 if (channel->rescind) in vmbus_teardown_gpadl()
990 if (cur_channel->rescind) in vmbus_disconnect_ring()
997 if (cur_channel->rescind) in vmbus_disconnect_ring()
H A Dvmbus_drv.c1097 * The host can generate a rescind message while we in vmbus_on_msg_dpc()
1106 * If we are handling the rescind message; in vmbus_on_msg_dpc()
1131 * before sending the rescind message of the same in vmbus_on_msg_dpc()
1148 * to the CPUs which will execute the offer & rescind in vmbus_on_msg_dpc()
1174 struct vmbus_channel_rescind_offer *rescind; in vmbus_force_channel_rescinded() local
1182 ctx = kzalloc(sizeof(*ctx) + sizeof(*rescind), in vmbus_force_channel_rescinded()
1190 ctx->msg.header.payload_size = sizeof(*rescind); in vmbus_force_channel_rescinded()
1193 rescind = (struct vmbus_channel_rescind_offer *)ctx->msg.payload; in vmbus_force_channel_rescinded()
1194 rescind->header.msgtype = CHANNELMSG_RESCIND_CHANNELOFFER; in vmbus_force_channel_rescinded()
1195 rescind in vmbus_force_channel_rescinded()
[all...]
H A Dring_buffer.c290 if (channel->rescind) in hv_ringbuffer_write()
376 if (channel->rescind) { in hv_ringbuffer_write()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc.c173 if (device->channel->rescind) in netvsc_revoke_recv_buf()
224 if (device->channel->rescind) in netvsc_revoke_send_buf()
898 if (out_channel->rescind) in netvsc_send_pkt()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc.c210 if (device->channel->rescind) in netvsc_revoke_recv_buf()
261 if (device->channel->rescind) in netvsc_revoke_send_buf()
1082 if (out_channel->rescind) in netvsc_send_pkt()
/kernel/linux/linux-5.10/include/linux/
H A Dhyperv.h788 bool rescind; /* got rescind msg */ member
886 * Channel rescind callback. Some channels (the hvsock ones), need to
1189 * However, to facilitate the notification of new-offer/rescind-offer
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c598 if (hdev->channel->rescind) { in wait_for_response()
2950 * channel->rescind = true. in hv_pci_query_relations()
3334 if (hdev->channel->rescind) in hv_pci_bus_exit()
/kernel/linux/linux-6.6/include/linux/
H A Dhyperv.h832 bool rescind; /* got rescind msg */ member
833 bool rescind_ref; /* got rescind msg, got channel reference */
931 * Channel rescind callback. Some channels (the hvsock ones), need to
1252 * However, to facilitate the notification of new-offer/rescind-offer
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-hyperv.c989 if (hdev->channel->rescind) { in wait_for_response()
3451 * channel->rescind = true. in hv_pci_query_relations()
3829 if (chan->rescind) in hv_pci_bus_exit()

Completed in 32 milliseconds