Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Darch_timer.c142 pthread_t pt_vcpu_migration; in test_run() local
160 ret = pthread_create(&pt_vcpu_migration, NULL, in test_run()
170 pthread_join(pt_vcpu_migration, NULL); in test_run()