Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Deventfd.c2 #ifndef EFD_SEMAPHORE
3 #define EFD_SEMAPHORE 1 macro
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Deventfd.c2 #ifndef EFD_SEMAPHORE
3 #define EFD_SEMAPHORE 1 macro
/kernel/linux/linux-5.10/include/linux/
H A Deventfd.h25 #define EFD_SEMAPHORE (1 << 0) macro
30 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Deventfd.h7 #define EFD_SEMAPHORE (1 << 0) macro
/kernel/linux/linux-6.6/include/linux/
H A Deventfd.h27 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/kernel/linux/linux-6.6/fs/
H A Deventfd.c36 * wakeup is performed on "wqh". If EFD_SEMAPHORE flag was not
192 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count; in eventfd_ctx_do_read()
305 !!(ctx->flags & EFD_SEMAPHORE)); in eventfd_show_fdinfo()
/kernel/linux/linux-5.10/fs/
H A Deventfd.c194 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count; in eventfd_ctx_do_read()

Completed in 3 milliseconds