Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Deventfd.c185 ctx->has_evfd = true; in io_eventfd_register()
199 ctx->has_evfd = false; in io_eventfd_unregister()
H A Dio_uring.h418 ctx->has_evfd || ctx->poll_activated)) in io_commit_cqring_flush()
H A Dio_uring.c564 if (ctx->has_evfd) in __io_commit_cqring_flush()
1194 if (ctx->has_evfd) in io_req_local_work_add()
/linux-6.15/include/linux/
H A Dio_uring_types.h247 unsigned int has_evfd: 1; member