Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c77 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 Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/linux/tools/build/feature/
H A Dtest-eventfd.c8 return eventfd(0, EFD_NONBLOCK); in main()
/linux/include/uapi/linux/
H A Deventfd.h9 #define EFD_NONBLOCK O_NONBLOCK macro
/linux/tools/virtio/
H A Dvirtio_test.c116 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
117 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
H A Dvhost_net_test.c198 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
/linux/arch/um/drivers/
H A Dvfio_user.c260 irqfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in uml_vfio_user_activate_irq()
/linux/fs/
H A Deventfd.c385 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
/linux/tools/perf/bench/
H A Depoll-ctl.c249 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
H A Depoll-wait.c338 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3243 ctx.evfd[i] = eventfd(0, EFD_NONBLOCK); in TEST()
3351 ctx.evfd = eventfd(0, EFD_NONBLOCK); in TEST()
/linux/tools/perf/
H A Dbuiltin-record.c2500 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()