Home
last modified time | relevance | path

Searched refs:EFD_FLAGS_SET (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Deventfd.h26 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE) macro
/linux-4.4.14/fs/
Deventfd.c400 if (flags & ~EFD_FLAGS_SET) in eventfd_file_create()