Searched refs:EFD_SEMAPHORE (Results 1 – 2 of 2) sorted by relevance
25 #define EFD_SEMAPHORE (1 << 0) macro30 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
181 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count; in eventfd_ctx_do_read()