Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dtbutils.c115 struct acpi_table_header *new_table; in acpi_tb_copy_dsdt() local
120 new_table = ACPI_ALLOCATE(table_desc->length); in acpi_tb_copy_dsdt()
121 if (!new_table) { in acpi_tb_copy_dsdt()
127 memcpy(new_table, table_desc->pointer, table_desc->length); in acpi_tb_copy_dsdt()
132 ACPI_PTR_TO_PHYSADDR(new_table), in acpi_tb_copy_dsdt()
134 new_table); in acpi_tb_copy_dsdt()
136 …ACPI_INFO(("Forced DSDT copy: length 0x%05X copied locally, original unmapped", new_table->length)… in acpi_tb_copy_dsdt()
138 return (new_table); in acpi_tb_copy_dsdt()
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c35 struct acpi_table_header **new_table);
241 struct acpi_table_header **new_table) in acpi_os_table_override() argument
244 if (!existing_table || !new_table) { in acpi_os_table_override()
248 *new_table = NULL; in acpi_os_table_override()
252 ae_table_override(existing_table, new_table); in acpi_os_table_override()
/linux/kernel/events/
H A Dcallchain.c285 struct ctl_table new_table = *table; in perf_event_max_stack_handler() local
287 new_table.data = &new_value; in perf_event_max_stack_handler()
288 ret = proc_dointvec_minmax(&new_table, write, buffer, lenp, ppos); in perf_event_max_stack_handler()
/linux/include/linux/
H A Denergy_model.h174 struct em_perf_table *new_table);
396 struct em_perf_table *new_table) in em_dev_update_perf_domain() argument
/linux/fs/
H A Dselect.c166 struct poll_table_page *new_table; in poll_get_entry() local
168 new_table = (struct poll_table_page *) __get_free_page(GFP_KERNEL); in poll_get_entry()
169 if (!new_table) { in poll_get_entry()
173 new_table->entry = new_table->entries; in poll_get_entry()
174 new_table->next = table; in poll_get_entry()
175 p->table = new_table; in poll_get_entry()
176 table = new_table; in poll_get_entry()
/linux/drivers/opp/
H A Dof.c332 struct opp_table *new_table, int index) in lazy_link_required_opps() argument
338 ret = _link_required_opps(opp, new_table, index); in lazy_link_required_opps()
347 static void lazy_link_required_opp_table(struct opp_table *new_table) in lazy_link_required_opp_table() argument
379 if (required_table_np != new_table->np) { in lazy_link_required_opp_table()
384 required_opp_tables[i] = dev_pm_opp_get_opp_table_ref(new_table); in lazy_link_required_opp_table()
387 ret = lazy_link_required_opps(opp_table, new_table, i); in lazy_link_required_opp_table()
/linux/kernel/power/
H A Denergy_model.c327 struct em_perf_table *new_table) in em_dev_update_perf_domain() argument
344 kref_get(&new_table->kref); in em_dev_update_perf_domain()
348 rcu_assign_pointer(pd->em_table, new_table); in em_dev_update_perf_domain()
350 em_cpufreq_update_efficiencies(dev, new_table->state); in em_dev_update_perf_domain()
/linux/net/ipv4/netfilter/
H A Darp_tables.c1519 struct xt_table *new_table; in arpt_register_table() local
1534 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
1535 if (IS_ERR(new_table)) { in arpt_register_table()
1541 return PTR_ERR(new_table); in arpt_register_table()
1557 ops[i].priv = new_table; in arpt_register_table()
1559 new_table->ops = ops; in arpt_register_table()
1568 __arpt_unregister_table(net, new_table); in arpt_register_table()
H A Dip_tables.c1733 struct xt_table *new_table; in ipt_register_table() local
1748 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ipt_register_table()
1749 if (IS_ERR(new_table)) { in ipt_register_table()
1755 return PTR_ERR(new_table); in ipt_register_table()
1777 ops[i].priv = new_table; in ipt_register_table()
1779 new_table->ops = ops; in ipt_register_table()
1788 __ipt_unregister_table(net, new_table); in ipt_register_table()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c185 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; in fill_dc_mst_payload_table_from_drm() local
219 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
222 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm()
227 *table = new_table; in fill_dc_mst_payload_table_from_drm()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c1742 struct xt_table *new_table; in ip6t_register_table() local
1757 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()
1758 if (IS_ERR(new_table)) { in ip6t_register_table()
1764 return PTR_ERR(new_table); in ip6t_register_table()
1783 ops[i].priv = new_table; in ip6t_register_table()
1785 new_table->ops = ops; in ip6t_register_table()
1794 __ip6t_unregister_table(net, new_table); in ip6t_register_table()
/linux/include/acpi/
H A Dacpiosxf.h71 struct acpi_table_header **new_table);
/linux/drivers/iommu/amd/
H A Diommu.c3307 struct irq_remap_table *new_table = NULL; in alloc_irq_table() local
3329 new_table = __alloc_irq_table(nid, get_irq_table_size(max_irqs)); in alloc_irq_table()
3330 if (!new_table) in alloc_irq_table()
3345 table = new_table; in alloc_irq_table()
3346 new_table = NULL; in alloc_irq_table()
3363 if (new_table) { in alloc_irq_table()
3364 iommu_free_pages(new_table->table); in alloc_irq_table()
3365 kfree(new_table); in alloc_irq_table()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c2804 u8 *new_table = NULL; in vmxnet3_set_mc() local
2825 new_table = vmxnet3_copy_mc(netdev); in vmxnet3_set_mc()
2826 if (new_table) { in vmxnet3_set_mc()
2832 new_table, in vmxnet3_set_mc()
2871 kfree(new_table); in vmxnet3_set_mc()