Lines Matching refs:maxcpus
17 static uint32_t maxcpus; variable
47 for (i = 1; i < maxcpus; i++) { in support_getmaxcpuid()
83 cpusetsize = CPU_ALLOC_SIZE(maxcpus + 1); in ATF_TC_BODY()
84 set = CPU_ALLOC(maxcpus + 1); in ATF_TC_BODY()
102 ATF_REQUIRE(maxcpuid < maxcpus); in ATF_TC_BODY()
105 cpusetsize = CPU_ALLOC_SIZE(maxcpus + 1); in ATF_TC_BODY()
106 set = CPU_ALLOC(maxcpus + 1); in ATF_TC_BODY()
153 cpusetsize = CPU_ALLOC_SIZE(maxcpus * 2); in ATF_TC_BODY()
154 set = CPU_ALLOC(maxcpus * 2); in ATF_TC_BODY()
228 cpusetsize = CPU_ALLOC_SIZE(maxcpus * 2); in ATF_TC_BODY()
229 set = CPU_ALLOC(maxcpus * 2); in ATF_TC_BODY()
258 maxcpus = support_getmaxcpus(); in ATF_TP_ADD_TCS()