Home
last modified time | relevance | path

Searched refs:ocqe (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/trace/events/
H A Dio_uring.h568 void *ocqe),
570 TP_ARGS(ctx, user_data, res, cflags, ocqe),
577 __field( void *, ocqe )
585 __entry->ocqe = ocqe;
591 __entry->cflags, __entry->ocqe)
/linux-6.15/io_uring/
H A Dfdinfo.c91 struct io_overflow_cqe *ocqe; in __io_uring_show_fdinfo() local
238 list_for_each_entry(ocqe, &ctx->cq_overflow_list, list) { in __io_uring_show_fdinfo()
239 struct io_uring_cqe *cqe = &ocqe->cqe; in __io_uring_show_fdinfo()
H A Dio_uring.c618 struct io_overflow_cqe *ocqe; in __io_cqring_overflow_flush() local
626 memcpy(cqe, &ocqe->cqe, cqe_size); in __io_cqring_overflow_flush()
628 list_del(&ocqe->list); in __io_cqring_overflow_flush()
629 kfree(ocqe); in __io_cqring_overflow_flush()
707 struct io_overflow_cqe *ocqe; in io_cqring_event_overflow() local
718 if (!ocqe) { in io_cqring_event_overflow()
733 ocqe->cqe.user_data = user_data; in io_cqring_event_overflow()
734 ocqe->cqe.res = res; in io_cqring_event_overflow()
735 ocqe->cqe.flags = cflags; in io_cqring_event_overflow()
737 ocqe->cqe.big_cqe[0] = extra1; in io_cqring_event_overflow()
[all …]