Lines Matching defs:cntp
1226 * *cntp.
1228 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp)
1244 for (i = 0; i < *cntp; i++) {
1249 if (i == *cntp) {
1250 caches[*cntp] = c;
1251 *cntp = *cntp + 1;
1259 static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
1271 *cntp = cnt;
1426 static int build_mem_topology(struct memory_node **nodesp, u64 *cntp)
1476 *cntp = cnt;