Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Deventfd.h23 #define EFD_NONBLOCK O_NONBLOCK macro
/linux-4.4.14/tools/virtio/
Dvirtio_test.c95 info->kick = eventfd(0, EFD_NONBLOCK); in vq_info_add()
96 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
/linux-4.4.14/fs/
Deventfd.c398 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in eventfd_file_create()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c65 #ifndef EFD_NONBLOCK
66 # define EFD_NONBLOCK 00004000 macro