Searched refs:cntp (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | trace_helpers.h | 64 int bpf_get_addrs(unsigned long **addrsp, size_t *cntp, bool kernel);
|
| H A D | trace_helpers.c | 695 int bpf_get_addrs(unsigned long **addrsp, size_t *cntp, bool kernel) in bpf_get_addrs() argument 748 *cntp = cnt; in bpf_get_addrs()
|
| /linux/tools/perf/util/ |
| H A D | header.h | 208 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
|
| H A D | header.c | 1226 * *cntp. in build_caches_for_cpu() 1228 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu() 1244 for (i = 0; i < *cntp; i++) { in build_caches() 1249 if (i == *cntp) { in build_caches() 1250 caches[*cntp] = c; in build_caches() 1251 *cntp = *cntp + 1; in build_caches() 1259 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in write_cache() 1271 *cntp = cnt; in write_cache() 1426 static int build_mem_topology(struct memory_node **nodesp, u64 *cntp) in build_mem_topology() 1207 build_caches_for_cpu(u32 cpu,struct cpu_cache_level caches[],u32 * cntp) build_caches_for_cpu() argument 1238 build_caches(struct cpu_cache_level caches[],u32 * cntp) build_caches() argument 1392 build_mem_topology(struct memory_node ** nodesp,u64 * cntp) build_mem_topology() argument [all...] |