Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c329 core_share(int pNo, int z, int x, int t) in core_share() argument
331 if (policies[pNo].core_share[z].pcpu == lvm_info[x].pcpus[t]) { in core_share()
332 if (strcmp(policies[pNo].pkt.vm_name, in core_share()
334 policies[pNo].core_share[z].status = 1; in core_share()
336 policies[pNo].core_share[z].pcpu); in core_share()
342 core_share_status(int pNo) in core_share_status() argument
351 policies[pNo].core_share[z].status = 0; in core_share_status()
354 for (z = 0; z < policies[pNo].pkt.num_vcpu; z++) { in core_share_status()
359 core_share(pNo, z, x, t); in core_share_status()