Home
last modified time | relevance | path

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

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