Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/trace/beauty/
Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/Linux-v5.4/tools/build/feature/
Dtest-eventfd.c8 return eventfd(0, EFD_NONBLOCK); in main()
/Linux-v5.4/include/linux/
Deventfd.h25 #define EFD_NONBLOCK O_NONBLOCK macro
/Linux-v5.4/tools/virtio/
Dvirtio_test.c96 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
97 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
/Linux-v5.4/fs/
Deventfd.c398 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()
/Linux-v5.4/tools/perf/bench/
Depoll-ctl.c243 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()
Depoll-wait.c332 w->fdmap[j] = eventfd(0, EFD_NONBLOCK); in do_threads()