Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Deventfd.h25 EFD_SEMAPHORE = 00000001, enumerator
26 #define EFD_SEMAPHORE EFD_SEMAPHORE macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Deventfd.h25 EFD_SEMAPHORE = 00000001, enumerator
26 #define EFD_SEMAPHORE EFD_SEMAPHORE macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Deventfd.c2 #ifndef EFD_SEMAPHORE
3 #define EFD_SEMAPHORE 1 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Deventfd.h25 #define EFD_SEMAPHORE (1 << 0) macro
30 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE)
/OK3568_Linux_fs/kernel/fs/
H A Deventfd.c192 *cnt = (ctx->flags & EFD_SEMAPHORE) ? 1 : ctx->count; in eventfd_ctx_do_read()