Searched refs:cpu_entries (Results 1 – 2 of 2) sorted by relevance
19 struct perf_callchain_entry *cpu_entries[0]; member56 kfree(entries->cpu_entries[cpu]); in release_callchain_buffers_rcu()81 size = offsetof(struct callchain_cpus_entries, cpu_entries[nr_cpu_ids]); in alloc_callchain_buffers()90 entries->cpu_entries[cpu] = kmalloc_node(size, GFP_KERNEL, in alloc_callchain_buffers()92 if (!entries->cpu_entries[cpu]) in alloc_callchain_buffers()102 kfree(entries->cpu_entries[cpu]); in alloc_callchain_buffers()167 return (((void *)entries->cpu_entries[cpu]) + in get_callchain_entry()
299 static struct ctl_table *cpu_entries; in register_sched_domain_sysctl() local305 if (!cpu_entries) { in register_sched_domain_sysctl()306 cpu_entries = sd_alloc_ctl_entry(num_possible_cpus() + 1); in register_sched_domain_sysctl()307 if (!cpu_entries) in register_sched_domain_sysctl()311 sd_ctl_dir[0].child = cpu_entries; in register_sched_domain_sysctl()315 struct ctl_table *e = cpu_entries; in register_sched_domain_sysctl()