Searched refs:child_relid (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/hv/ |
D | hv_trace.h | 33 __field(u32, child_relid) 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 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) 76 __field(u32, child_relid) 80 TP_fast_assign(__entry->child_relid = result->child_relid; 85 __entry->child_relid, __entry->openid, __entry->status 93 __field(u32, child_relid) [all …]
|
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 …]
|
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() 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 = newchannel->offermsg.child_relid; in __vmbus_open() 846 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl() 947 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
|
D | connection.c | 532 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local 535 vmbus_send_interrupt(child_relid); in vmbus_set_event()
|
D | vmbus_drv.c | 174 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 532 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show() 542 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 1235 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() 1999 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() 2535 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
|
/linux-6.1.9/include/linux/ |
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 [all …]
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 12 Description: The VMBus child_relid of the device's primary channel 35 Format: <channel's child_relid:the bound cpu's number>
|