Searched refs:EFD_NONBLOCK (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/filesystems/eventfd/ |
| H A D | eventfd_test.c | 77 fd = sys_eventfd2(0, EFD_NONBLOCK); in TEST() 82 EXPECT_EQ(flags & EFD_NONBLOCK, EFD_NONBLOCK); in TEST() 92 fd = sys_eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK); in TEST() 97 EXPECT_EQ(flags & EFD_NONBLOCK, EFD_NONBLOCK); in TEST() 255 fd = sys_eventfd2(0, EFD_NONBLOCK); in TEST() 289 fd = sys_eventfd2(0, EFD_SEMAPHORE|EFD_NONBLOCK); in TEST()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | eventfd.c | 6 #ifndef EFD_NONBLOCK 7 #define EFD_NONBLOCK 00004000 macro
|
| /linux/tools/build/feature/ |
| H A D | test-eventfd.c | 8 return eventfd(0, EFD_NONBLOCK); in main()
|
| /linux/include/uapi/linux/ |
| H A D | eventfd.h | 9 #define EFD_NONBLOCK O_NONBLOCK macro
|
| /linux/tools/virtio/ |
| H A D | virtio_test.c | 116 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add() 117 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
|
| H A D | vhost_net_test.c | 198 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
|
| /linux/arch/um/drivers/ |
| H A D | vfio_user.c | 260 irqfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in uml_vfio_user_activate_irq()
|
| /linux/fs/ |
| H A D | eventfd.c | 385 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
|
| /linux/tools/perf/bench/ |
| H A D | epoll-ctl.c | 249 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
| H A D | epoll-wait.c | 338 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
|
| /linux/tools/testing/selftests/filesystems/epoll/ |
| H A D | epoll_wakeup_test.c | 3243 ctx.evfd[i] = eventfd(0, EFD_NONBLOCK); in TEST() 3351 ctx.evfd = eventfd(0, EFD_NONBLOCK); in TEST()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 2500 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()
|