Lines Matching refs:child_relid

33 		    __field(u32, child_relid)
43 TP_fast_assign(__entry->child_relid = offer->child_relid;
53 TP_printk("child_relid 0x%x, monitorid 0x%x, is_dedicated %d, "
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;
84 TP_printk("child_relid 0x%x, openid %d, status %d",
85 __entry->child_relid, __entry->openid, __entry->status
93 __field(u32, child_relid)
97 TP_fast_assign(__entry->child_relid = gpadlcreated->child_relid;
101 TP_printk("child_relid 0x%x, gpadl 0x%x, creation_status %d",
102 __entry->child_relid, __entry->gpadl, __entry->status
137 __field(u32, child_relid)
145 __entry->child_relid = msg->child_relid;
152 TP_printk("sending child_relid 0x%x, openid %d, "
154 __entry->child_relid, __entry->openid,
164 __field(u32, child_relid)
168 __entry->child_relid = msg->child_relid;
171 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
179 __field(u32, child_relid)
186 __entry->child_relid = msg->child_relid;
192 TP_printk("sending child_relid 0x%x, gpadl 0x%x, range_buflen %d "
194 __entry->child_relid, __entry->gpadl,
221 __field(u32, child_relid)
226 __entry->child_relid = msg->child_relid;
230 TP_printk("sending child_relid 0x%x, gpadl 0x%x, ret %d",
231 __entry->child_relid, __entry->gpadl, __entry->ret
265 __field(u32, child_relid)
269 __entry->child_relid = msg->child_relid;
272 TP_printk("sending child_relid 0x%x, ret %d",
273 __entry->child_relid, __entry->ret
302 __field(u32, child_relid)
307 __entry->child_relid = msg->child_relid;
311 TP_printk("binding child_relid 0x%x to target_vp 0x%x, ret %d",
312 __entry->child_relid, __entry->target_vp, __entry->ret
320 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),