child_relid        55 drivers/hv/channel.c 		vmbus_send_interrupt(channel->offermsg.child_relid);
child_relid       175 drivers/hv/channel.c 	open_msg->openid = newchannel->offermsg.child_relid;
child_relid       176 drivers/hv/channel.c 	open_msg->child_relid = newchannel->offermsg.child_relid;
child_relid       463 drivers/hv/channel.c 	gpadlmsg->child_relid = channel->offermsg.child_relid;
child_relid       558 drivers/hv/channel.c 	msg->child_relid = channel->offermsg.child_relid;
child_relid       655 drivers/hv/channel.c 	msg->child_relid = channel->offermsg.child_relid;
child_relid       366 drivers/hv/channel_mgmt.c 	msg.child_relid = relid;
child_relid       417 drivers/hv/channel_mgmt.c 	if (channel->offermsg.child_relid != INVALID_RELID)
child_relid       418 drivers/hv/channel_mgmt.c 		vmbus_release_relid(channel->offermsg.child_relid);
child_relid       501 drivers/hv/channel_mgmt.c 			newchannel->offermsg.child_relid);
child_relid       538 drivers/hv/channel_mgmt.c 	vmbus_release_relid(newchannel->offermsg.child_relid);
child_relid       952 drivers/hv/channel_mgmt.c 		WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID);
child_relid       954 drivers/hv/channel_mgmt.c 		oldchannel->offermsg.child_relid = offer->child_relid;
child_relid       969 drivers/hv/channel_mgmt.c 			 offer->child_relid);
child_relid       988 drivers/hv/channel_mgmt.c 		vmbus_release_relid(offer->child_relid);
child_relid      1047 drivers/hv/channel_mgmt.c 	channel = relid2channel(rescind->child_relid);
child_relid      1185 drivers/hv/channel_mgmt.c 			if (openmsg->child_relid == result->child_relid &&
child_relid      1233 drivers/hv/channel_mgmt.c 			if ((gpadlcreated->child_relid ==
child_relid      1234 drivers/hv/channel_mgmt.c 			     gpadlheader->child_relid) &&
child_relid       322 drivers/hv/connection.c 		if (channel->offermsg.child_relid == relid) {
child_relid       332 drivers/hv/connection.c 				if (cur_sc->offermsg.child_relid == relid) {
child_relid       462 drivers/hv/connection.c 	u32 child_relid = channel->offermsg.child_relid;
child_relid       465 drivers/hv/connection.c 		vmbus_send_interrupt(child_relid);
child_relid        33 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid        43 drivers/hv/hv_trace.h 	    TP_fast_assign(__entry->child_relid = offer->child_relid;
child_relid        58 drivers/hv/hv_trace.h 		      __entry->child_relid, __entry->monitorid,
child_relid        69 drivers/hv/hv_trace.h 	    TP_STRUCT__entry(__field(u32, child_relid)),
child_relid        70 drivers/hv/hv_trace.h 	    TP_fast_assign(__entry->child_relid = offer->child_relid),
child_relid        71 drivers/hv/hv_trace.h 	    TP_printk("child_relid 0x%x", __entry->child_relid)
child_relid        78 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid        82 drivers/hv/hv_trace.h 	    TP_fast_assign(__entry->child_relid = result->child_relid;
child_relid        87 drivers/hv/hv_trace.h 		      __entry->child_relid,  __entry->openid,  __entry->status
child_relid        95 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid        99 drivers/hv/hv_trace.h 	    TP_fast_assign(__entry->child_relid = gpadlcreated->child_relid;
child_relid       104 drivers/hv/hv_trace.h 		      __entry->child_relid,  __entry->gpadl,  __entry->status
child_relid       139 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid       147 drivers/hv/hv_trace.h 		    __entry->child_relid = msg->child_relid;
child_relid       156 drivers/hv/hv_trace.h 		      __entry->child_relid,  __entry->openid,
child_relid       166 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid       170 drivers/hv/hv_trace.h 		    __entry->child_relid = msg->child_relid;
child_relid       173 drivers/hv/hv_trace.h 	    TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
child_relid       181 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid       188 drivers/hv/hv_trace.h 		    __entry->child_relid = msg->child_relid;
child_relid       196 drivers/hv/hv_trace.h 		      __entry->child_relid, __entry->gpadl,
child_relid       223 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid       228 drivers/hv/hv_trace.h 		    __entry->child_relid = msg->child_relid;
child_relid       233 drivers/hv/hv_trace.h 		      __entry->child_relid, __entry->gpadl, __entry->ret
child_relid       267 drivers/hv/hv_trace.h 		    __field(u32, child_relid)
child_relid       271 drivers/hv/hv_trace.h 		    __entry->child_relid = msg->child_relid;
child_relid       275 drivers/hv/hv_trace.h 		      __entry->child_relid, __entry->ret
child_relid       303 drivers/hv/hv_trace.h 	TP_fast_assign(__entry->relid = channel->offermsg.child_relid),
child_relid       170 drivers/hv/vmbus_drv.c 	return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid);
child_relid       529 drivers/hv/vmbus_drv.c 		channel->offermsg.child_relid, channel->target_cpu);
child_relid       541 drivers/hv/vmbus_drv.c 				     cur_sc->offermsg.child_relid,
child_relid      1145 drivers/hv/vmbus_drv.c 	rescind->child_relid = channel->offermsg.child_relid;
child_relid      1210 drivers/hv/vmbus_drv.c 			if (channel->offermsg.child_relid != relid)
child_relid      1766 drivers/hv/vmbus_drv.c 	u32 relid = channel->offermsg.child_relid;
child_relid      2225 drivers/hv/vmbus_drv.c 		channel->offermsg.child_relid = INVALID_RELID;
child_relid       453 include/linux/hyperv.h 	u32 child_relid;
child_relid       479 include/linux/hyperv.h 	u32 child_relid;
child_relid       502 include/linux/hyperv.h 	u32 child_relid;
child_relid       534 include/linux/hyperv.h 	u32 child_relid;
child_relid       542 include/linux/hyperv.h 	u32 child_relid;
child_relid       558 include/linux/hyperv.h 	u32 child_relid;
child_relid       575 include/linux/hyperv.h 	u32 child_relid;
child_relid       582 include/linux/hyperv.h 	u32 child_relid;
child_relid       593 include/linux/hyperv.h 	u32 child_relid;