Searched refs:vcpu_done_map (Results 1 – 1 of 1) sorted by relevance
85 static unsigned long *vcpu_done_map; variable225 set_bit(vcpu_idx, vcpu_done_map); in test_vcpu_run()298 vcpu_done = test_bit(i, vcpu_done_map); in test_vcpu_migration()320 vcpu_done_map = bitmap_zalloc(test_args.nr_vcpus); in test_run()321 TEST_ASSERT(vcpu_done_map, "Failed to allocate vcpu done bitmap\n"); in test_run()345 bitmap_free(vcpu_done_map); in test_run()