Searched refs:vcpumap (Results 1 – 1 of 1) sorted by relevance
129 static cpuset_t **vcpumap; variable343 vcpumap = calloc(guest_ncpus, sizeof(*vcpumap)); in build_vcpumaps()349 vcpumap[vcpu] = malloc(sizeof(cpuset_t)); in build_vcpumaps()350 if (vcpumap[vcpu] == NULL) in build_vcpumaps()352 parse_cpuset(vcpu, value, vcpumap[vcpu]); in build_vcpumaps()390 if (vcpumap[vi->vcpuid] != NULL) { in fbsdrun_start_thread()392 sizeof(cpuset_t), vcpumap[vi->vcpuid]); in fbsdrun_start_thread()