Searched refs:new_table (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dtbutils.c122 struct acpi_table_header *new_table; local
127 new_table = ACPI_ALLOCATE(table_desc->length);
128 if (!new_table) {
134 memcpy(new_table, table_desc->pointer, table_desc->length);
139 ACPI_PTR_TO_PHYSADDR(new_table),
141 new_table);
143 ACPI_INFO(("Forced DSDT copy: length 0x%05X copied locally, original unmapped", new_table->length));
145 return (new_table);
/linux-master/kernel/events/
H A Dcallchain.c237 struct ctl_table new_table = *table; local
239 new_table.data = &new_value;
240 ret = proc_dointvec_minmax(&new_table, write, buffer, lenp, ppos);
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c59 struct sg_table *new_table; local
63 new_table = kzalloc(sizeof(*new_table), GFP_KERNEL);
64 if (!new_table)
67 ret = sg_alloc_table(new_table, table->orig_nents, GFP_KERNEL);
69 kfree(new_table);
73 new_sg = new_table->sgl;
79 return new_table;
/linux-master/include/linux/
H A Denergy_model.h166 struct em_perf_table __rcu *new_table);
374 struct em_perf_table __rcu *new_table)
373 em_dev_update_perf_domain(struct device *dev, struct em_perf_table __rcu *new_table) argument
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c35 struct acpi_table_header **new_table);
230 * new_table - Where an entire new table is returned.
241 struct acpi_table_header **new_table)
244 if (!existing_table || !new_table) {
248 *new_table = NULL;
252 ae_table_override(existing_table, new_table);
240 acpi_os_table_override(struct acpi_table_header *existing_table, struct acpi_table_header **new_table) argument
/linux-master/drivers/acpi/
H A Dtables.c668 struct acpi_table_header **new_table)
670 if (!existing_table || !new_table)
673 *new_table = NULL;
677 *new_table = (struct acpi_table_header *)&amlcode;
678 if (!(*new_table))
679 *new_table = (struct acpi_table_header *)&dsdt_amlcode;
682 if (*new_table != NULL)
667 acpi_os_table_override(struct acpi_table_header *existing_table, struct acpi_table_header **new_table) argument
/linux-master/drivers/opp/
H A Dof.c388 struct opp_table *new_table, int index)
394 ret = _link_required_opps(opp, opp_table, new_table, index);
403 static void lazy_link_required_opp_table(struct opp_table *new_table) argument
436 if (required_table_np != new_table->np) {
441 required_opp_tables[i] = new_table;
442 _get_opp_table_kref(new_table);
445 ret = lazy_link_required_opps(opp_table, new_table, i);
387 lazy_link_required_opps(struct opp_table *opp_table, struct opp_table *new_table, int index) argument
/linux-master/kernel/power/
H A Denergy_model.c301 * @new_table : The new EM table that is going to be used from now
311 struct em_perf_table __rcu *new_table)
328 kref_get(&new_table->kref);
331 rcu_assign_pointer(pd->em_table, new_table);
333 em_cpufreq_update_efficiencies(dev, new_table->state);
310 em_dev_update_perf_domain(struct device *dev, struct em_perf_table __rcu *new_table) argument
/linux-master/fs/
H A Dselect.c169 struct poll_table_page *new_table; local
171 new_table = (struct poll_table_page *) __get_free_page(GFP_KERNEL);
172 if (!new_table) {
176 new_table->entry = new_table->entries;
177 new_table->next = table;
178 p->table = new_table;
179 table = new_table;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c165 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; local
199 sa = &new_table.stream_allocations[new_table.stream_count];
202 new_table.stream_count++;
207 *table = new_table;
/linux-master/include/acpi/
H A Dacpiosxf.h71 struct acpi_table_header **new_table);
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c1733 struct xt_table *new_table; local
1748 new_table = xt_register_table(net, table, &bootstrap, newinfo);
1749 if (IS_ERR(new_table)) {
1755 return PTR_ERR(new_table);
1777 ops[i].priv = new_table;
1779 new_table->ops = ops;
1788 __ipt_unregister_table(net, new_table);
H A Darp_tables.c1519 struct xt_table *new_table; local
1534 new_table = xt_register_table(net, table, &bootstrap, newinfo);
1535 if (IS_ERR(new_table)) {
1541 return PTR_ERR(new_table);
1557 ops[i].priv = new_table;
1559 new_table->ops = ops;
1568 __arpt_unregister_table(net, new_table);
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c1742 struct xt_table *new_table; local
1757 new_table = xt_register_table(net, table, &bootstrap, newinfo);
1758 if (IS_ERR(new_table)) {
1764 return PTR_ERR(new_table);
1783 ops[i].priv = new_table;
1785 new_table->ops = ops;
1794 __ip6t_unregister_table(net, new_table);
/linux-master/drivers/iommu/amd/
H A Diommu.c2936 struct irq_remap_table *new_table = NULL; local
2957 new_table = __alloc_irq_table();
2958 if (!new_table)
2973 table = new_table;
2974 new_table = NULL;
2991 if (new_table) {
2992 kmem_cache_free(amd_iommu_irq_cache, new_table->table);
2993 kfree(new_table);
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c2670 u8 *new_table = NULL; local
2691 new_table = vmxnet3_copy_mc(netdev);
2692 if (new_table) {
2698 new_table,
2737 kfree(new_table);

Completed in 224 milliseconds