Home
last modified time | relevance | path

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

/xen/tools/xenmon/
A Dxenmon.py268 ncpu = 1 # number of cpu's on this platform
292 while cpuidx < ncpu:
328 oldncpu = ncpu
334 if oldncpu != ncpu:
515 cpu = (cpu + 1) % ncpu
519 cpu = (cpu + 1) % ncpu
521 cpu = (cpu - 1) % ncpu
569 ncpu = 1 # number of cpu's
584 while cpuidx < ncpu:
618 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()
652 static void alloc_qos_data(int ncpu) in alloc_qos_data() argument
658 cpu_qos_data = (_new_qos_data **) calloc(ncpu, sizeof(_new_qos_data *)); in alloc_qos_data()
674 for (n=0; n<ncpu; n++) { in alloc_qos_data()
694 new_qos->ncpu = ncpu; in alloc_qos_data()
A Dxenbaked.h93 int ncpu; member

Completed in 7 milliseconds