Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/
Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/linux-6.1.9/tools/build/feature/
Dtest-eventfd.c8 return eventfd(0, EFD_NONBLOCK); in main()
/linux-6.1.9/include/linux/
Deventfd.h28 #define EFD_NONBLOCK O_NONBLOCK macro
/linux-6.1.9/tools/virtio/
Dvirtio_test.c116 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
117 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
/linux-6.1.9/fs/
Deventfd.c422 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
/linux-6.1.9/tools/perf/bench/
Depoll-ctl.c249 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
Depoll-wait.c338 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
/linux-6.1.9/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c3243 ctx.evfd[i] = eventfd(0, EFD_NONBLOCK); in TEST()
3351 ctx.evfd = eventfd(0, EFD_NONBLOCK); in TEST()
/linux-6.1.9/tools/perf/
Dbuiltin-record.c2393 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()