Searched refs:child_relid (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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 | 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() 509 newchannel->offermsg.child_relid); in vmbus_add_channel_work() [all …]
|
D | channel.c | 133 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 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() 688 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl() 781 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
|
D | connection.c | 433 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local 436 vmbus_send_interrupt(child_relid); in vmbus_set_event()
|
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() 2424 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
|
/kernel/linux/linux-5.10/include/linux/ |
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-5.10/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 5 Description: The VMBus child_relid of the device's primary channel 28 Format: <channel's child_relid:the bound cpu's number>
|