Home | History | Annotate | Download | only in blktrace

Lines Matching defs:cpus

69 	struct per_cpu_info *cpus;
323 struct per_cpu_info *cpus = pdi->cpus;
330 cpus = realloc(cpus, size);
331 if (!cpus) {
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
343 pdi->cpus = cpus;
346 struct per_cpu_info *pci = &pdi->cpus[new_count];
364 pci = &pdi->cpus[cpu];
491 struct per_cpu_info *pci = &pdi->cpus[cpu];
1786 for (pci = pdi->cpus, j = 0; j < pdi->ncpus; j++, pci++) {
1951 * to continue, we must have traces from all online cpus in the tree
1962 * create a map of the cpus we have traces for