Home
last modified time | relevance | path

Searched refs:vcpumap (Results 1 – 1 of 1) sorted by relevance

/src/usr.sbin/bhyve/
H A Dbhyverun.c127 static cpuset_t **vcpumap; variable
450 vcpumap = calloc(guest_ncpus, sizeof(*vcpumap)); in build_vcpumaps()
456 vcpumap[vcpu] = malloc(sizeof(cpuset_t)); in build_vcpumaps()
457 if (vcpumap[vcpu] == NULL) in build_vcpumaps()
459 parse_cpuset(vcpu, value, vcpumap[vcpu]); in build_vcpumaps()
551 if (vcpumap[vi->vcpuid] != NULL) { in fbsdrun_start_thread()
553 sizeof(cpuset_t), vcpumap[vi->vcpuid]); in fbsdrun_start_thread()