Searched refs:cpu_entries (Results 1 – 2 of 2) sorted by relevance
19 struct perf_callchain_entry *cpu_entries[]; 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()169 return (((void *)entries->cpu_entries[cpu]) + in get_callchain_entry()
353 static struct ctl_table *cpu_entries; in register_sched_domain_sysctl() local359 if (!cpu_entries) { in register_sched_domain_sysctl()360 cpu_entries = sd_alloc_ctl_entry(num_possible_cpus() + 1); in register_sched_domain_sysctl()361 if (!cpu_entries) in register_sched_domain_sysctl()365 sd_ctl_dir[0].child = cpu_entries; in register_sched_domain_sysctl()369 struct ctl_table *e = cpu_entries; in register_sched_domain_sysctl()