Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Deventfd.h25 #define EFD_SEMAPHORE (1 << 0) macro
30 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/linux-4.19.296/fs/
Deventfd.c181 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count; in eventfd_ctx_do_read()