Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/openbmc/linux/tools/build/feature/
H A Dtest-eventfd.c8 return eventfd(0, EFD_NONBLOCK); in main()
/openbmc/linux/include/uapi/linux/
H A Deventfd.h9 #define EFD_NONBLOCK O_NONBLOCK macro
/openbmc/qemu/util/
H A Devent_notifier-posix.c41 ret = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in event_notifier_init()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch22 pub const EFD_NONBLOCK: ::c_int = 2048;
/openbmc/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()
/openbmc/linux/fs/
H A Deventfd.c397 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
/openbmc/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()
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c915 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vduse_queue_enable()
/openbmc/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()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c2375 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()
/openbmc/qemu/
H A Dmeson.build2594 int main(void) { return eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); }'''))
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch58316 + pq->prod_fd = eventfd(0, EFD_NONBLOCK);