Searched refs:_max_cpus (Results 1 – 2 of 2) sorted by relevance
84 _max_cpus(0), in Sched_proxy()103 _max_cpus = std::min<unsigned>(sizeof(l4_umword_t) * 8, max); in rescan_cpus()112 *cpu_max = _max_cpus; in info()115 if (offs >= _max_cpus) in info()120 for (unsigned i = offs; i < _max_cpus && b < sizeof(l4_umword_t) * 8;) in info()
62 unsigned _max_cpus; variable
Completed in 2 milliseconds