Home
last modified time | relevance | path

Searched refs:has_evfd (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Deventfd.c139 ctx->has_evfd = true; in io_eventfd_register()
153 ctx->has_evfd = false; in io_eventfd_unregister()
H A Dio_uring.h373 ctx->has_evfd || ctx->poll_activated)) in io_commit_cqring_flush()
H A Dio_uring.c575 if (ctx->has_evfd)
1215 if (ctx->has_evfd) in io_req_local_work_add()
/linux/include/linux/
H A Dio_uring_types.h228 unsigned int has_evfd: 1; member