Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/
Ddirty_log_test.c140 static sem_t sem_vcpu_stop; variable
251 sem_post(&sem_vcpu_stop); in vcpu_handle_sync_stop()
325 sem_wait_until(&sem_vcpu_stop); in dirty_ring_wait_vcpu()
385 sem_post(&sem_vcpu_stop); in dirty_ring_after_vcpu_run()
797 sem_wait_until(&sem_vcpu_stop); in run_test()
861 sem_init(&sem_vcpu_stop, 0, 0); in main()