Lines Matching refs:cntp
1217 * *cntp.
1219 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp)
1235 for (i = 0; i < *cntp; i++) {
1240 if (i == *cntp) {
1241 caches[*cntp] = c;
1242 *cntp = *cntp + 1;
1250 static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
1262 *cntp = cnt;
1404 static int build_mem_topology(struct memory_node **nodesp, u64 *cntp)
1454 *cntp = cnt;