Searched refs:EFD_SEMAPHORE (Results 1 - 5 of 5) sorted by last modified time

/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c169 fd = sys_eventfd2(0, EFD_SEMAPHORE);
/linux-master/fs/
H A Deventfd.c36 * wakeup is performed on "wqh". If EFD_SEMAPHORE flag was not
180 *cnt = ((ctx->flags & EFD_SEMAPHORE) && ctx->count) ? 1 : ctx->count;
298 !!(ctx->flags & EFD_SEMAPHORE));
391 BUILD_BUG_ON(EFD_SEMAPHORE != (1 << 0));
/linux-master/include/linux/
H A Deventfd.h27 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/linux-master/include/uapi/linux/
H A Deventfd.h7 #define EFD_SEMAPHORE (1 << 0) macro
/linux-master/tools/perf/trace/beauty/
H A Deventfd.c2 #ifndef EFD_SEMAPHORE
3 #define EFD_SEMAPHORE 1 macro

Completed in 177 milliseconds