Searched refs:cpu_entries (Results 1 – 2 of 2) sorted by relevance
20 struct perf_callchain_entry *cpu_entries[0]; member57 kfree(entries->cpu_entries[cpu]); in release_callchain_buffers_rcu()82 size = offsetof(struct callchain_cpus_entries, cpu_entries[nr_cpu_ids]); in alloc_callchain_buffers()91 entries->cpu_entries[cpu] = kmalloc_node(size, GFP_KERNEL, in alloc_callchain_buffers()93 if (!entries->cpu_entries[cpu]) in alloc_callchain_buffers()103 kfree(entries->cpu_entries[cpu]); in alloc_callchain_buffers()168 return (((void *)entries->cpu_entries[cpu]) + in get_callchain_entry()
316 static struct ctl_table *cpu_entries; in register_sched_domain_sysctl() local321 if (!cpu_entries) { in register_sched_domain_sysctl()322 cpu_entries = sd_alloc_ctl_entry(num_possible_cpus() + 1); in register_sched_domain_sysctl()323 if (!cpu_entries) in register_sched_domain_sysctl()327 sd_ctl_dir[0].child = cpu_entries; in register_sched_domain_sysctl()331 struct ctl_table *e = cpu_entries; in register_sched_domain_sysctl()