Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/trace/beauty/
Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/Linux-v4.19/include/linux/
Deventfd.h25 #define EFD_NONBLOCK O_NONBLOCK macro
/Linux-v4.19/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-v4.19/fs/
Deventfd.c390 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in do_eventfd()