Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/
Darch_timer.c147 pthread_t pt_vcpu_migration; in test_run() local
165 ret = pthread_create(&pt_vcpu_migration, NULL, in test_run()
175 pthread_join(pt_vcpu_migration, NULL); in test_run()