Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c169 static volatile bool guest_saw_irq; variable
177 guest_saw_irq = true; in evtchn_handler()
184 while (!guest_saw_irq) in guest_wait_for_irq()
186 guest_saw_irq = false; in guest_wait_for_irq()
365 for (i = 0; i < 100 && !guest_saw_irq; i++) in guest_code()
372 if (!guest_saw_irq) { in guest_code()
376 guest_saw_irq = false; in guest_code()