Searched refs:EFD_SEMAPHORE (Results 1 – 5 of 5) sorted by relevance
2 #ifndef EFD_SEMAPHORE3 #define EFD_SEMAPHORE 1 macro
180 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count; in eventfd_ctx_do_read()298 !!(ctx->flags & EFD_SEMAPHORE)); in eventfd_show_fdinfo()386 BUILD_BUG_ON(EFD_SEMAPHORE != (1 << 0)); in do_eventfd()
7 #define EFD_SEMAPHORE (1 << 0) macro
27 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
171 fd = sys_eventfd2(0, EFD_SEMAPHORE); in TEST()289 fd = sys_eventfd2(0, EFD_SEMAPHORE|EFD_NONBLOCK); in TEST()