Searched refs:EFD_FLAGS_SET (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | eventfd.h | 28 #define EFD_FLAGS_SET (EFD_SHARED_FCNTL_FLAGS | EFD_SEMAPHORE) macro |
/Linux-v4.19/fs/ | ||
D | eventfd.c | 392 if (flags & ~EFD_FLAGS_SET) in do_eventfd() |