Lines Matching defs:cpu_num
2310 int *irqs_per_cpu; /* indexed by cpu_num */
2311 int *nmi_per_cpu; /* indexed by cpu_num */
6148 int cpu_num;
6158 retval = fscanf(fp, "cpu%u %*d %*d %*d %*d %*d %*d %*d %*d %*d %*d\n", &cpu_num);
6162 retval = func(cpu_num);
9946 int cpu_num;
9961 for (cpu_num = 0; cpu_num < topo.max_cpu_num;) {
9963 if (cpu_is_not_allowed(cpu_num))
9974 FORMAT_DELTA, cpu_num, PMT_OPEN_TRY);
9990 ++cpu_num;
9991 if (cpu_num % PMT_COUNTER_CWF_CPUS_PER_MODULE == 0) {