Searched refs:vcpumap (Results 1 – 1 of 1) sorted by relevance
119 static cpuset_t **vcpumap; variable330 vcpumap = calloc(guest_ncpus, sizeof(*vcpumap)); in build_vcpumaps()336 vcpumap[vcpu] = malloc(sizeof(cpuset_t)); in build_vcpumaps()337 if (vcpumap[vcpu] == NULL) in build_vcpumaps()339 parse_cpuset(vcpu, value, vcpumap[vcpu]); in build_vcpumaps()381 if (vcpumap[vi->vcpuid] != NULL) { in fbsdrun_start_thread()383 sizeof(cpuset_t), vcpumap[vi->vcpuid]); in fbsdrun_start_thread()