Searched refs:max_cpu_number (Results 1 – 1 of 1) sorted by relevance
112 uint32_t max_cpu_number = 0; in initGlobals() local132 if(cpu > max_cpu_number) in initGlobals()133 max_cpu_number = cpu; in initGlobals()137 gCpuIndexMap = std::vector<uint32_t>(max_cpu_number+1, -1); in initGlobals()