EFD_NONBLOCK      413 fs/eventfd.c   	BUILD_BUG_ON(EFD_NONBLOCK != O_NONBLOCK);
EFD_NONBLOCK        8 tools/build/feature/test-eventfd.c 	return eventfd(0, EFD_NONBLOCK);
EFD_NONBLOCK      243 tools/perf/bench/epoll-ctl.c 			w->fdmap[j] = eventfd(0, EFD_NONBLOCK);
EFD_NONBLOCK      332 tools/perf/bench/epoll-wait.c 			w->fdmap[j] = eventfd(0, EFD_NONBLOCK);
EFD_NONBLOCK        6 tools/perf/trace/beauty/eventfd.c #ifndef EFD_NONBLOCK
EFD_NONBLOCK       96 tools/virtio/virtio_test.c 	info->kick = eventfd(0, EFD_NONBLOCK);
EFD_NONBLOCK       97 tools/virtio/virtio_test.c 	info->call = eventfd(0, EFD_NONBLOCK);