Searched refs:EFD_NONBLOCK (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | eventfd.c | 6 #ifndef EFD_NONBLOCK 7 #define EFD_NONBLOCK 00004000 macro
|
/openbmc/linux/tools/build/feature/ |
H A D | test-eventfd.c | 8 return eventfd(0, EFD_NONBLOCK); in main()
|
/openbmc/linux/include/uapi/linux/ |
H A D | eventfd.h | 9 #define EFD_NONBLOCK O_NONBLOCK macro
|
/openbmc/qemu/util/ |
H A D | event_notifier-posix.c | 41 ret = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in event_notifier_init()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch | 22 pub const EFD_NONBLOCK: ::c_int = 2048;
|
/openbmc/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()
|
/openbmc/linux/fs/ |
H A D | eventfd.c | 397 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
|
/openbmc/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()
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 915 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vduse_queue_enable()
|
/openbmc/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()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 2375 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()
|
/openbmc/qemu/ |
H A D | meson.build | 2718 int main(void) { return eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); }'''))
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 11942 + pq->prod_fd = eventfd(0, EFD_NONBLOCK);
|