• Home
  • Raw
  • Download

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)
310 __entry->ctx = ctx;
311 __entry->user_data = user_data;
312 __entry->res = res;
313 __entry->cflags = cflags;
317 __entry->ctx, (unsigned long long)__entry->user_data,
318 __entry->res, __entry->cflags)
353 __entry->ctx = ctx;
354 __entry->req = req;
355 __entry->opcode = opcode;
356 __entry->user_data = user_data;
357 __entry->flags = flags;
358 __entry->force_nonblock = force_nonblock;
359 __entry->sq_thread = sq_thread;
363 "non block %d, sq_thread %d", __entry->ctx, __entry->req,
364 __entry->opcode, (unsigned long long)__entry->user_data,
365 __entry->flags, __entry->force_nonblock, __entry->sq_thread)
398 __entry->ctx = ctx;
399 __entry->req = req;
400 __entry->opcode = opcode;
401 __entry->user_data = user_data;
402 __entry->mask = mask;
403 __entry->events = events;
407 __entry->ctx, __entry->req, __entry->opcode,
408 (unsigned long long) __entry->user_data,
409 __entry->mask, __entry->events)
426 __entry->ctx = ctx;
427 __entry->opcode = opcode;
428 __entry->user_data = user_data;
429 __entry->mask = mask;
433 __entry->ctx, __entry->opcode,
434 (unsigned long long) __entry->user_data,
435 __entry->mask)
452 __entry->ctx = ctx;
453 __entry->opcode = opcode;
454 __entry->user_data = user_data;
455 __entry->mask = mask;
459 __entry->ctx, __entry->opcode,
460 (unsigned long long) __entry->user_data,
461 __entry->mask)
489 __entry->ctx = ctx;
490 __entry->req = req;
491 __entry->opcode = opcode;
492 __entry->user_data = user_data;
496 __entry->ctx, __entry->req, __entry->opcode,
497 (unsigned long long) __entry->user_data)