Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/linux/tools/build/feature/
A Dtest-eventfd.c8 return eventfd(0, EFD_NONBLOCK); in main()
/linux/include/linux/
A Deventfd.h28 #define EFD_NONBLOCK O_NONBLOCK macro
/linux/tools/virtio/
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()
/linux/fs/
A Deventfd.c413 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
/linux/tools/perf/bench/
A Depoll-ctl.c241 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
A Depoll-wait.c330 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
/linux/tools/testing/selftests/filesystems/epoll/
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/
A Dbuiltin-record.c1678 done_fd = eventfd(0, EFD_NONBLOCK); in __cmd_record()

Completed in 22 milliseconds