Searched refs:child_relid (Results 1 – 7 of 7) sorted by relevance
43 TP_fast_assign(__entry->child_relid = offer->child_relid;68 TP_fast_assign(__entry->child_relid = offer->child_relid),80 TP_fast_assign(__entry->child_relid = result->child_relid;97 TP_fast_assign(__entry->child_relid = gpadlcreated->child_relid;113 TP_fast_assign(__entry->child_relid = response->child_relid;160 __entry->child_relid = msg->child_relid;183 __entry->child_relid = msg->child_relid;201 __entry->child_relid = msg->child_relid;241 __entry->child_relid = msg->child_relid;284 __entry->child_relid = msg->child_relid;[all …]
424 msg.child_relid = relid; in vmbus_release_relid()546 newchannel->offermsg.child_relid); in vmbus_add_channel_work()1018 offer->child_relid); in vmbus_onoffer()1061 oldchannel->offermsg.child_relid = offer->child_relid; in vmbus_onoffer()1073 offer->child_relid); in vmbus_onoffer()1098 vmbus_release_relid(offer->child_relid); in vmbus_onoffer()1168 channel = relid2channel(rescind->child_relid); in vmbus_onoffer_rescind()1317 if (openmsg->child_relid == result->child_relid && in vmbus_onopen_result()1365 if ((gpadlcreated->child_relid == in vmbus_ongpadl_created()1366 gpadlheader->child_relid) && in vmbus_ongpadl_created()[all …]
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()
532 u32 child_relid = channel->offermsg.child_relid; in vmbus_set_event() local535 vmbus_send_interrupt(child_relid); in vmbus_set_event()
195 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()553 channel->offermsg.child_relid, channel->target_cpu); in channel_vp_mapping_show()563 cur_sc->offermsg.child_relid, in channel_vp_mapping_show()1256 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded()2021 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj()2555 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
516 u32 child_relid; member542 u32 child_relid; member559 u32 child_relid; member591 u32 child_relid; member599 u32 child_relid; member606 u32 child_relid; member622 u32 child_relid; member639 u32 child_relid; member646 u32 child_relid; member657 u32 child_relid; member[all …]
12 Description: The VMBus child_relid of the device's primary channel35 Format: <channel's child_relid:the bound cpu's number>
Completed in 20 milliseconds