Home
last modified time | relevance | path

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

/Zephyr-latest/lib/os/zvfs/
Dzvfs_eventfd.c18 #define ZVFS_EFD_FLAGS_SET (ZVFS_EFD_SEMAPHORE | ZVFS_EFD_NONBLOCK) macro
239 ret = efd->flags & ZVFS_EFD_FLAGS_SET; in zvfs_eventfd_ioctl_op()
247 if (flags & ~ZVFS_EFD_FLAGS_SET) { in zvfs_eventfd_ioctl_op()
251 int prev_flags = efd->flags & ~ZVFS_EFD_FLAGS_SET; in zvfs_eventfd_ioctl_op()
414 if (flags & ~ZVFS_EFD_FLAGS_SET) { in zvfs_eventfd()