Searched refs:new_table (Results 1 – 7 of 7) sorted by relevance
683 struct acpi_table_header **new_table) in acpi_os_table_override() argument685 if (!existing_table || !new_table) in acpi_os_table_override()688 *new_table = NULL; in acpi_os_table_override()692 *new_table = (struct acpi_table_header *)&amlcode; in acpi_os_table_override()693 if (!(*new_table)) in acpi_os_table_override()694 *new_table = (struct acpi_table_header *)&dsdt_amlcode; in acpi_os_table_override()697 if (*new_table != NULL) in acpi_os_table_override()
35 struct acpi_table_header **new_table);230 * new_table - Where an entire new table is returned.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()
285 struct ctl_table new_table = *table; in perf_event_max_stack_handler() local287 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()
327 struct em_perf_table *new_table) in em_dev_update_perf_domain() argument344 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()
259 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; in fill_dc_mst_payload_table_from_drm() local293 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()296 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm()301 *table = new_table; in fill_dc_mst_payload_table_from_drm()
3388 struct irq_remap_table *new_table = NULL; in alloc_irq_table() local3410 new_table = __alloc_irq_table(nid, get_irq_table_size(max_irqs)); in alloc_irq_table()3411 if (!new_table) in alloc_irq_table()3426 table = new_table; in alloc_irq_table()3427 new_table = NULL; in alloc_irq_table()3444 if (new_table) { in alloc_irq_table()3445 iommu_free_pages(new_table->table); in alloc_irq_table()3446 kfree(new_table); in alloc_irq_table()
2814 u8 *new_table = NULL; in vmxnet3_set_mc() local2835 new_table = vmxnet3_copy_mc(netdev); in vmxnet3_set_mc()2836 if (new_table) { in vmxnet3_set_mc()2842 new_table, in vmxnet3_set_mc()2881 kfree(new_table); in vmxnet3_set_mc()