Searched refs:child_relid (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/hv/ |
D | hv_trace.h | 33 __field(u32, child_relid) 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 58 __entry->child_relid, __entry->monitorid, 69 TP_STRUCT__entry(__field(u32, child_relid)), 70 TP_fast_assign(__entry->child_relid = offer->child_relid), 71 TP_printk("child_relid 0x%x", __entry->child_relid) 78 __field(u32, child_relid) 82 TP_fast_assign(__entry->child_relid = result->child_relid; 87 __entry->child_relid, __entry->openid, __entry->status 95 __field(u32, child_relid) [all …]
|
D | channel_mgmt.c | 366 msg.child_relid = relid; in vmbus_release_relid() 417 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal() 418 vmbus_release_relid(channel->offermsg.child_relid); in hv_process_channel_removal() 501 newchannel->offermsg.child_relid); in vmbus_add_channel_work() 538 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_add_channel_work() 949 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer() 951 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer() 966 offer->child_relid); in vmbus_onoffer() 985 vmbus_release_relid(offer->child_relid); in vmbus_onoffer() 1044 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind() [all …]
|
D | connection.c | 322 if (channel->offermsg.child_relid == relid) { in relid2channel() 332 if (cur_sc->offermsg.child_relid == relid) { in relid2channel() 462 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local 465 vmbus_send_interrupt(child_relid); in vmbus_set_event()
|
D | channel.c | 55 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 175 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open() 176 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open() 463 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl() 558 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl() 655 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
|
D | vmbus_drv.c | 142 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 501 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show() 513 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 1103 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() 1168 if (channel->offermsg.child_relid != relid) in vmbus_chan_sched() 1722 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() 2181 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
|
/Linux-v5.4/include/linux/ |
D | hyperv.h | 453 u32 child_relid; member 479 u32 child_relid; member 502 u32 child_relid; member 534 u32 child_relid; member 542 u32 child_relid; member 558 u32 child_relid; member 575 u32 child_relid; member 582 u32 child_relid; member 593 u32 child_relid; member
|
/Linux-v5.4/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>
|