Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Deventfd.h23 #define EFD_NONBLOCK O_NONBLOCK macro
/linux-4.1.27/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.1.27/fs/
Deventfd.c398 BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK); in eventfd_file_create()