Lines Matching defs:z
331 core_share(int pNo, int z, int x, int t)
333 if (policies[pNo].core_share[z].pcpu == lvm_info[x].pcpus[t]) {
336 policies[pNo].core_share[z].status = 1;
338 policies[pNo].core_share[z].pcpu);
347 int noVms = 0, noVcpus = 0, z, x, t;
352 for (z = 0; z < noVcpus; z++)
353 policies[pNo].core_share[z].status = 0;
356 for (z = 0; z < policies[pNo].pkt.num_vcpu; z++) {
361 core_share(pNo, z, x, t);