Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/trace/beauty/
Deventfd.c2 #ifndef EFD_SEMAPHORE
3 #define EFD_SEMAPHORE 1 macro
/Linux-v6.6/include/uapi/linux/
Deventfd.h7 #define EFD_SEMAPHORE (1 << 0) macro
/Linux-v6.6/include/linux/
Deventfd.h27 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/Linux-v6.6/fs/
Deventfd.c192 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count; in eventfd_ctx_do_read()
305 !!(ctx->flags & EFD_SEMAPHORE)); in eventfd_show_fdinfo()