Searched refs:ncpu (Results 1 – 3 of 3) sorted by relevance
266 ncpu = 1 # number of cpu's on this platform290 while cpuidx < ncpu:326 oldncpu = ncpu332 if oldncpu != ncpu:513 cpu = (cpu + 1) % ncpu517 cpu = (cpu + 1) % ncpu519 cpu = (cpu - 1) % ncpu567 ncpu = 1 # number of cpu's582 while cpuidx < ncpu:616 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()650 static void alloc_qos_data(int ncpu) in alloc_qos_data() argument656 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()
93 int ncpu; member
Completed in 7 milliseconds