Home
last modified time | relevance | path

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

/linux/io_uring/
H A Deventfd.c151 ctx->has_evfd = true; in io_eventfd_register()
165 ctx->has_evfd = false; in io_eventfd_unregister()
H A Dtw.c225 if (ctx->has_evfd) in io_req_local_work_add()
H A Dio_uring.h476 ctx->has_evfd || ctx->poll_activated)) in io_commit_cqring_flush()
H A Dio_uring.c484 if (ctx->has_evfd) in __io_commit_cqring_flush()
/linux/include/linux/
H A Dio_uring_types.h280 unsigned int has_evfd: 1; member