Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/
Darch_timer.c43 static pthread_t pt_vcpu_run[KVM_MAX_VCPUS]; variable
109 ret = pthread_setaffinity_np(pt_vcpu_run[vcpu_idx], in test_migrate_vcpu()
156 ret = pthread_create(&pt_vcpu_run[i], NULL, test_vcpu_run, in test_run()
172 pthread_join(pt_vcpu_run[i], NULL); in test_run()