Searched refs:vcpu_done_map (Results 1 – 1 of 1) sorted by relevance
44 static unsigned long *vcpu_done_map; variable59 __set_bit(vcpu_idx, vcpu_done_map); in test_vcpu_run()130 vcpu_done = test_bit(i, vcpu_done_map); in test_vcpu_migration()152 vcpu_done_map = bitmap_zalloc(test_args.nr_vcpus); in test_run()153 TEST_ASSERT(vcpu_done_map, "Failed to allocate vcpu done bitmap"); in test_run()177 bitmap_free(vcpu_done_map); in test_run()