Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Ddirty_log_test.c139 static sem_t sem_vcpu_stop; variable
249 sem_post(&sem_vcpu_stop); in vcpu_handle_sync_stop()
342 sem_wait_until(&sem_vcpu_stop); in dirty_ring_wait_vcpu()
405 sem_post(&sem_vcpu_stop); in dirty_ring_after_vcpu_run()
774 sem_getvalue(&sem_vcpu_stop, &sem_val); in run_test()
793 sem_wait_until(&sem_vcpu_stop); in run_test()
862 sem_init(&sem_vcpu_stop, 0, 0); in main()