Lines Matching refs:__entry

40 		__entry->fd			= fd;
41 __entry->ctx = ctx;
42 __entry->sq_entries = sq_entries;
43 __entry->cq_entries = cq_entries;
44 __entry->flags = flags;
48 __entry->ctx, __entry->fd, __entry->sq_entries,
49 __entry->cq_entries, __entry->flags)
85 __entry->ctx = ctx;
86 __entry->opcode = opcode;
87 __entry->nr_files = nr_files;
88 __entry->nr_bufs = nr_bufs;
89 __entry->eventfd = eventfd;
90 __entry->ret = ret;
95 __entry->ctx, __entry->opcode, __entry->nr_files,
96 __entry->nr_bufs, __entry->eventfd, __entry->ret)
121 __entry->ctx = ctx;
122 __entry->fd = fd;
125 TP_printk("ring %p, fd %d", __entry->ctx, __entry->fd)
154 __entry->ctx = ctx;
155 __entry->rw = rw;
156 __entry->req = req;
157 __entry->work = work;
158 __entry->flags = flags;
162 __entry->ctx, __entry->req, __entry->flags,
163 __entry->rw ? "hashed" : "normal", __entry->work)
189 __entry->ctx = ctx;
190 __entry->req = req;
191 __entry->data = user_data;
194 TP_printk("ring %p, request %p user_data %llu", __entry->ctx,
195 __entry->req, __entry->data)
222 __entry->ctx = ctx;
223 __entry->req = req;
224 __entry->target_req = target_req;
228 __entry->ctx, __entry->req, __entry->target_req)
253 __entry->ctx = ctx;
254 __entry->min_events = min_events;
257 TP_printk("ring %p, min_events %d", __entry->ctx, __entry->min_events)
281 __entry->req = req;
282 __entry->link = link;
285 TP_printk("request %p, link %p", __entry->req, __entry->link)
311 __entry->ctx = ctx;
312 __entry->user_data = user_data;
313 __entry->res = res;
314 __entry->cflags = cflags;
318 __entry->ctx, (unsigned long long)__entry->user_data,
319 __entry->res, __entry->cflags)
354 __entry->ctx = ctx;
355 __entry->req = req;
356 __entry->opcode = opcode;
357 __entry->user_data = user_data;
358 __entry->flags = flags;
359 __entry->force_nonblock = force_nonblock;
360 __entry->sq_thread = sq_thread;
364 "non block %d, sq_thread %d", __entry->ctx, __entry->req,
365 __entry->opcode, (unsigned long long)__entry->user_data,
366 __entry->flags, __entry->force_nonblock, __entry->sq_thread)
399 __entry->ctx = ctx;
400 __entry->req = req;
401 __entry->opcode = opcode;
402 __entry->user_data = user_data;
403 __entry->mask = mask;
404 __entry->events = events;
408 __entry->ctx, __entry->req, __entry->opcode,
409 (unsigned long long) __entry->user_data,
410 __entry->mask, __entry->events)
427 __entry->ctx = ctx;
428 __entry->opcode = opcode;
429 __entry->user_data = user_data;
430 __entry->mask = mask;
434 __entry->ctx, __entry->opcode,
435 (unsigned long long) __entry->user_data,
436 __entry->mask)
453 __entry->ctx = ctx;
454 __entry->opcode = opcode;
455 __entry->user_data = user_data;
456 __entry->mask = mask;
460 __entry->ctx, __entry->opcode,
461 (unsigned long long) __entry->user_data,
462 __entry->mask)
490 __entry->ctx = ctx;
491 __entry->req = req;
492 __entry->opcode = opcode;
493 __entry->user_data = user_data;
497 __entry->ctx, __entry->req, __entry->opcode,
498 (unsigned long long) __entry->user_data)
533 __entry->opcode = sqe->opcode;
534 __entry->flags = sqe->flags;
535 __entry->ioprio = sqe->ioprio;
536 __entry->off = sqe->off;
537 __entry->addr = sqe->addr;
538 __entry->len = sqe->len;
539 __entry->op_flags = sqe->rw_flags;
540 __entry->user_data = sqe->user_data;
541 __entry->buf_index = sqe->buf_index;
542 __entry->personality = sqe->personality;
543 __entry->file_index = sqe->file_index;
544 __entry->pad1 = sqe->__pad2[0];
545 __entry->pad2 = sqe->__pad2[1];
546 __entry->error = error;
552 __entry->opcode, __entry->flags, __entry->ioprio,
553 (unsigned long long)__entry->off,
554 (unsigned long long) __entry->addr, __entry->len,
555 __entry->op_flags, (unsigned long long) __entry->user_data,
556 __entry->buf_index, __entry->personality, __entry->file_index,
557 (unsigned long long) __entry->pad1,
558 (unsigned long long) __entry->pad2, __entry->error)