Home
last modified time | relevance | path

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

/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c32 static int callfd = -1; variable
68 notify(callfd); in call()
73 wait_for_notify(callfd); in wait_for_call()
304 callfd = eventfd(0, 0); in main()
305 assert(callfd >= 0); in main()