Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
Deventfd.c6 #ifndef EFD_NONBLOCK
7 #define EFD_NONBLOCK 00004000 macro
/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()