Home
last modified time | relevance | path

Searched refs:evfd_last_cq_tail (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Deventfd.c98 skip = ctx->cached_cq_tail == ctx->evfd_last_cq_tail; in io_eventfd_flush_signal()
99 ctx->evfd_last_cq_tail = ctx->cached_cq_tail; in io_eventfd_flush_signal()
135 ctx->evfd_last_cq_tail = ctx->cached_cq_tail; in io_eventfd_register()
/linux/include/linux/
H A Dio_uring_types.h418 unsigned evfd_last_cq_tail; member