Lines Matching refs:__entry

39 		__entry->fd			= fd;
40 __entry->ctx = ctx;
41 __entry->sq_entries = sq_entries;
42 __entry->cq_entries = cq_entries;
43 __entry->flags = flags;
47 __entry->ctx, __entry->fd, __entry->sq_entries,
48 __entry->cq_entries, __entry->flags)
84 __entry->ctx = ctx;
85 __entry->opcode = opcode;
86 __entry->nr_files = nr_files;
87 __entry->nr_bufs = nr_bufs;
88 __entry->eventfd = eventfd;
89 __entry->ret = ret;
94 __entry->ctx, __entry->opcode, __entry->nr_files,
95 __entry->nr_bufs, __entry->eventfd, __entry->ret)
120 __entry->ctx = ctx;
121 __entry->fd = fd;
124 TP_printk("ring %p, fd %d", __entry->ctx, __entry->fd)
153 __entry->ctx = ctx;
154 __entry->rw = rw;
155 __entry->req = req;
156 __entry->work = work;
157 __entry->flags = flags;
161 __entry->ctx, __entry->req, __entry->flags,
162 __entry->rw ? "hashed" : "normal", __entry->work)
188 __entry->ctx = ctx;
189 __entry->req = req;
190 __entry->data = user_data;
193 TP_printk("ring %p, request %p user_data %llu", __entry->ctx,
194 __entry->req, __entry->data)
221 __entry->ctx = ctx;
222 __entry->req = req;
223 __entry->target_req = target_req;
227 __entry->ctx, __entry->req, __entry->target_req)
252 __entry->ctx = ctx;
253 __entry->min_events = min_events;
256 TP_printk("ring %p, min_events %d", __entry->ctx, __entry->min_events)
280 __entry->req = req;
281 __entry->link = link;
284 TP_printk("request %p, link %p", __entry->req, __entry->link)
308 __entry->ctx = ctx;
309 __entry->user_data = user_data;
310 __entry->res = res;
314 __entry->ctx, (unsigned long long)__entry->user_data,
315 __entry->res)
347 __entry->ctx = ctx;
348 __entry->opcode = opcode;
349 __entry->user_data = user_data;
350 __entry->force_nonblock = force_nonblock;
351 __entry->sq_thread = sq_thread;
355 __entry->ctx, __entry->opcode,
356 (unsigned long long) __entry->user_data,
357 __entry->force_nonblock, __entry->sq_thread)
375 __entry->ctx = ctx;
376 __entry->opcode = opcode;
377 __entry->user_data = user_data;
378 __entry->mask = mask;
379 __entry->events = events;
383 __entry->ctx, __entry->opcode,
384 (unsigned long long) __entry->user_data,
385 __entry->mask, __entry->events)
402 __entry->ctx = ctx;
403 __entry->opcode = opcode;
404 __entry->user_data = user_data;
405 __entry->mask = mask;
409 __entry->ctx, __entry->opcode,
410 (unsigned long long) __entry->user_data,
411 __entry->mask)
428 __entry->ctx = ctx;
429 __entry->opcode = opcode;
430 __entry->user_data = user_data;
431 __entry->mask = mask;
435 __entry->ctx, __entry->opcode,
436 (unsigned long long) __entry->user_data,
437 __entry->mask)
453 __entry->ctx = ctx;
454 __entry->opcode = opcode;
455 __entry->user_data = user_data;
459 __entry->ctx, __entry->opcode,
460 (unsigned long long) __entry->user_data)