Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/aarch64/
Darch_timer.c323 pthread_t pt_vcpu_migration; in test_run() local
341 ret = pthread_create(&pt_vcpu_migration, NULL, in test_run()
351 pthread_join(pt_vcpu_migration, NULL); in test_run()