Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Deventfd.h21 #define EFD_SEMAPHORE (1 << 0) macro
26 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/linux-4.4.14/fs/
Deventfd.c139 *cnt = (ctx->flags & EFD_SEMAPHORE) ? 1 : ctx->count; in eventfd_ctx_do_read()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c61 #ifndef EFD_SEMAPHORE
62 # define EFD_SEMAPHORE 1 macro