Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py266 ncpu = 1 # number of cpu's on this platform
290 while cpuidx < ncpu:
326 oldncpu = ncpu
332 if oldncpu != ncpu:
513 cpu = (cpu + 1) % ncpu
517 cpu = (cpu + 1) % ncpu
519 cpu = (cpu - 1) % ncpu
567 ncpu = 1 # number of cpu's
582 while cpuidx < ncpu:
616 oldncpu = ncpu
[all …]
A Dxenbaked.c115 static void alloc_qos_data(int ncpu);
120 static void init_current(int ncpu) in init_current() argument
122 running = calloc(ncpu, sizeof(int)); in init_current()
123 NCPU = ncpu; in init_current()
124 printf("Initialized with %d %s\n", ncpu, (ncpu == 1) ? "cpu" : "cpu's"); in init_current()
650 static void alloc_qos_data(int ncpu) in alloc_qos_data() argument
656 cpu_qos_data = (_new_qos_data **) calloc(ncpu, sizeof(_new_qos_data *)); in alloc_qos_data()
672 for (n=0; n<ncpu; n++) { in alloc_qos_data()
692 new_qos->ncpu = ncpu; in alloc_qos_data()
A Dxenbaked.h93 int ncpu; member

Completed in 7 milliseconds