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
110 __field(u32, child_relid)
113 TP_fast_assign(__entry->child_relid = response->child_relid;
116 TP_printk("child_relid 0x%x, status %d",
117 __entry->child_relid, __entry->status
152 __field(u32, child_relid)
160 __entry->child_relid = msg->child_relid;
167 TP_printk("sending child_relid 0x%x, openid %d, "
169 __entry->child_relid, __entry->openid,
179 __field(u32, child_relid)
183 __entry->child_relid = msg->child_relid;
186 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
194 __field(u32, child_relid)
201 __entry->child_relid = msg->child_relid;
207 TP_printk("sending child_relid 0x%x, gpadl 0x%x, range_buflen %d "
209 __entry->child_relid, __entry->gpadl,
236 __field(u32, child_relid)
241 __entry->child_relid = msg->child_relid;
245 TP_printk("sending child_relid 0x%x, gpadl 0x%x, ret %d",
246 __entry->child_relid, __entry->gpadl, __entry->ret
280 __field(u32, child_relid)
284 __entry->child_relid = msg->child_relid;
287 TP_printk("sending child_relid 0x%x, ret %d",
288 __entry->child_relid, __entry->ret
317 __field(u32, child_relid)
322 __entry->child_relid = msg->child_relid;
326 TP_printk("binding child_relid 0x%x to target_vp 0x%x, ret %d",
327 __entry->child_relid, __entry->target_vp, __entry->ret
335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),