Lines Matching refs:max_cpu_num
208 int max_cpu_num; member
1687 if (topo.max_cpu_num < cpu) in count_cpus()
1688 topo.max_cpu_num = cpu; in count_cpus()
2855 topo.max_cpu_num = 0; in topology_probe()
2861 fprintf(stderr, "num_cpus %d max_cpu_num %d\n", topo.num_cpus, topo.max_cpu_num); in topology_probe()
2863 cpus = calloc(1, (topo.max_cpu_num + 1) * sizeof(struct cpu_topology)); in topology_probe()
2870 cpu_present_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
2873 cpu_present_setsize = CPU_ALLOC_SIZE((topo.max_cpu_num + 1)); in topology_probe()
2880 cpu_affinity_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
2883 cpu_affinity_setsize = CPU_ALLOC_SIZE((topo.max_cpu_num + 1)); in topology_probe()
2891 for (i = 0; i <= topo.max_cpu_num; ++i) { in topology_probe()