Lines Matching defs:maxcpus
17 static uint32_t maxcpus;
36 ATF_REQUIRE(sysctlbyname("kern.smp.maxcpus", &val, &sz, NULL, 0) == 0);
47 for (i = 1; i < maxcpus; i++) {
83 cpusetsize = CPU_ALLOC_SIZE(maxcpus + 1);
84 set = CPU_ALLOC(maxcpus + 1);
102 ATF_REQUIRE(maxcpuid < maxcpus);
105 cpusetsize = CPU_ALLOC_SIZE(maxcpus + 1);
106 set = CPU_ALLOC(maxcpus + 1);
153 cpusetsize = CPU_ALLOC_SIZE(maxcpus * 2);
154 set = CPU_ALLOC(maxcpus * 2);
228 cpusetsize = CPU_ALLOC_SIZE(maxcpus * 2);
229 set = CPU_ALLOC(maxcpus * 2);
258 maxcpus = support_getmaxcpus();