Home
last modified time | relevance | path

Searched refs:child_relid (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/hv/
Dhv_trace.h33 __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 …]
Dchannel.c67 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent()
176 open_msg->openid = newchannel->offermsg.child_relid; in vmbus_open()
177 open_msg->child_relid = newchannel->offermsg.child_relid; in vmbus_open()
441 gpadlmsg->child_relid = channel->offermsg.child_relid; in vmbus_establish_gpadl()
528 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl()
627 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
694 cur_channel->offermsg.child_relid); in vmbus_close()
Dconnection.c313 if (channel->offermsg.child_relid == relid) { in relid2channel()
323 if (cur_sc->offermsg.child_relid == relid) { in relid2channel()
453 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local
456 vmbus_send_interrupt(child_relid); in vmbus_set_event()
Dchannel_mgmt.c380 msg.child_relid = relid; in vmbus_release_relid()
561 newchannel->offermsg.child_relid); in vmbus_process_offer()
583 vmbus_release_relid(newchannel->offermsg.child_relid); in vmbus_process_offer()
821 vmbus_release_relid(offer->child_relid); in vmbus_onoffer()
883 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()
946 hv_process_channel_removal(rescind->child_relid); in vmbus_onoffer_rescind()
1010 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result()
1058 if ((gpadlcreated->child_relid == in vmbus_ongpadl_created()
1059 gpadlheader->child_relid) && in vmbus_ongpadl_created()
Dvmbus_drv.c152 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
460 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()
472 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()
790 hv_process_channel_removal(channel->offermsg.child_relid); in vmbus_device_release()
960 if (channel->offermsg.child_relid != relid) in vmbus_chan_sched()
1414 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()
/Linux-v4.19/include/linux/
Dhyperv.h455 u32 child_relid; member
481 u32 child_relid; member
504 u32 child_relid; member
536 u32 child_relid; member
544 u32 child_relid; member
560 u32 child_relid; member
577 u32 child_relid; member
584 u32 child_relid; member
595 u32 child_relid; member
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-bus-vmbus5 Description: The VMBus child_relid of the device's primary channel
28 Format: <channel's child_relid:the bound cpu's number>