Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/
Deventfd.c2 #ifndef EFD_SEMAPHORE
3 #define EFD_SEMAPHORE 1 macro
/linux-6.1.9/include/linux/
Deventfd.h26 #define EFD_SEMAPHORE (1 << 0) macro
31 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/linux-6.1.9/fs/
Deventfd.c192 *cnt = (ctx->flags & EFD_SEMAPHORE) ? 1 : ctx->count; in eventfd_ctx_do_read()