Home
last modified time | relevance | path

Searched refs:_max_cpus (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/moe/server/src/
A Dsched_proxy.cc84 _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()
A Dsched_proxy.h62 unsigned _max_cpus; variable

Completed in 3 milliseconds