/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_trace.h | 33 __field(u32, child_relid) 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 53 TP_printk("child_relid 0x%x, monitorid 0x%x, is_dedicated %d, " 56 __entry->child_relid, __entry->monitorid, 67 TP_STRUCT__entry(__field(u32, child_relid)), 68 TP_fast_assign(__entry->child_relid = offer->child_relid), 69 TP_printk("child_relid 0x%x", __entry->child_relid) [all...] |
H A D | channel_mgmt.c | 377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid() 405 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid() 411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid() 414 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid() 424 msg.child_relid = relid; in vmbus_release_relid() 441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal() 451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 474 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal() 546 newchannel->offermsg.child_relid); in vmbus_add_channel_work() [all...] |
H A D | channel.c | 134 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 220 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack() 247 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack() 287 * Set/change the vCPU (@target_vp) the channel (@child_relid) will interrupt. 492 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl() 721 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open() 722 open_msg->child_relid in __vmbus_open() [all...] |
H A D | connection.c | 479 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local 482 vmbus_send_interrupt(child_relid); in vmbus_set_event()
|
H A D | vmbus_drv.c | 134 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 492 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show() 502 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 1195 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() 1833 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() 2425 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_trace.h | 33 __field(u32, child_relid) 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 53 TP_printk("child_relid 0x%x, monitorid 0x%x, is_dedicated %d, " 56 __entry->child_relid, __entry->monitorid, 67 TP_STRUCT__entry(__field(u32, child_relid)), 68 TP_fast_assign(__entry->child_relid = offer->child_relid), 69 TP_printk("child_relid 0x%x", __entry->child_relid) [all...] |
H A D | channel_mgmt.c | 345 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid() 373 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_map_relid() 379 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid() 382 vmbus_connection.channels[channel->offermsg.child_relid], in vmbus_channel_unmap_relid() 392 msg.child_relid = relid; in vmbus_release_relid() 409 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal() 419 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 441 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 442 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal() 514 newchannel->offermsg.child_relid); in vmbus_add_channel_work() [all...] |
H A D | channel.c | 133 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 213 * Set/change the vCPU (@target_vp) the channel (@child_relid) will interrupt. 222 int vmbus_send_modifychannel(u32 child_relid, u32 target_vp) in vmbus_send_modifychannel() argument 229 conn_msg.child_relid = child_relid; in vmbus_send_modifychannel() 417 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl() 564 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open() 565 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open() [all...] |
H A D | connection.c | 437 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local 440 vmbus_send_interrupt(child_relid); in vmbus_set_event()
|
H A D | vmbus_drv.c | 169 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 527 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show() 537 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 1203 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() 1770 if (vmbus_send_modifychannel(channel->offermsg.child_relid, in target_cpu_store() 1941 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() 2436 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 505 u32 child_relid; member 531 u32 child_relid; member 554 u32 child_relid; member 586 u32 child_relid; member 594 u32 child_relid; member 610 u32 child_relid; member 627 u32 child_relid; member 634 u32 child_relid; member 645 u32 child_relid; member 674 u32 child_relid; member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 516 u32 child_relid; member 542 u32 child_relid; member 559 u32 child_relid; member 591 u32 child_relid; member 599 u32 child_relid; member 606 u32 child_relid; member 622 u32 child_relid; member 639 u32 child_relid; member 646 u32 child_relid; member 657 u32 child_relid; member 686 u32 child_relid; global() member [all...] |