Home
last modified time | relevance | path

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

/linux/include/linux/
H A Deventfd.h27 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE) macro
/linux/fs/
H A Deventfd.c393 if (flags & ~EFD_FLAGS_SET) in do_eventfd()