Searched refs:ncpu (Results 1 – 3 of 3) sorted by relevance
268 ncpu = 1 # number of cpu's on this platform292 while cpuidx < ncpu:328 oldncpu = ncpu334 if oldncpu != ncpu:515 cpu = (cpu + 1) % ncpu519 cpu = (cpu + 1) % ncpu521 cpu = (cpu - 1) % ncpu569 ncpu = 1 # number of cpu's584 while cpuidx < ncpu:618 oldncpu = ncpu[all …]
115 static void alloc_qos_data(int ncpu);120 static void init_current(int ncpu) in init_current() argument122 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() argument658 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()
93 int ncpu; member
Completed in 7 milliseconds