Searched refs:vcpu_done_map (Results 1 – 1 of 1) sorted by relevance
86 static unsigned long *vcpu_done_map; variable237 __set_bit(vcpu_idx, vcpu_done_map); in test_vcpu_run()306 vcpu_done = test_bit(i, vcpu_done_map); in test_vcpu_migration()328 vcpu_done_map = bitmap_zalloc(test_args.nr_vcpus); in test_run()329 TEST_ASSERT(vcpu_done_map, "Failed to allocate vcpu done bitmap\n"); in test_run()353 bitmap_free(vcpu_done_map); in test_run()