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

/linux-4.4.14/drivers/acpi/acpica/
H A Dtbutils.c155 struct acpi_table_header *new_table; acpi_tb_copy_dsdt() local
160 new_table = ACPI_ALLOCATE(table_desc->length); acpi_tb_copy_dsdt()
161 if (!new_table) { acpi_tb_copy_dsdt()
167 memcpy(new_table, table_desc->pointer, table_desc->length); acpi_tb_copy_dsdt()
172 ACPI_PTR_TO_PHYSADDR(new_table), acpi_tb_copy_dsdt()
174 new_table); acpi_tb_copy_dsdt()
178 new_table->length)); acpi_tb_copy_dsdt()
180 return (new_table); acpi_tb_copy_dsdt()
/linux-4.4.14/fs/
H A Dselect.c166 struct poll_table_page *new_table; poll_get_entry() local
168 new_table = (struct poll_table_page *) __get_free_page(GFP_KERNEL); poll_get_entry()
169 if (!new_table) { poll_get_entry()
173 new_table->entry = new_table->entries; poll_get_entry()
174 new_table->next = table; poll_get_entry()
175 p->table = new_table; poll_get_entry()
176 table = new_table; poll_get_entry()
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c72 struct acpi_table_header **new_table);
267 * new_table - Where an entire new table is returned.
278 struct acpi_table_header ** new_table) acpi_os_table_override()
281 if (!existing_table || !new_table) { acpi_os_table_override()
285 *new_table = NULL; acpi_os_table_override()
289 ae_table_override(existing_table, new_table); acpi_os_table_override()
277 acpi_os_table_override(struct acpi_table_header * existing_table, struct acpi_table_header ** new_table) acpi_os_table_override() argument
/linux-4.4.14/include/acpi/
H A Dacpiosxf.h105 struct acpi_table_header **new_table);
/linux-4.4.14/drivers/acpi/
H A Dosl.c733 struct acpi_table_header ** new_table) acpi_os_table_override()
735 if (!existing_table || !new_table) acpi_os_table_override()
738 *new_table = NULL; acpi_os_table_override()
742 *new_table = (struct acpi_table_header *)AmlCode; acpi_os_table_override()
744 if (*new_table != NULL) acpi_os_table_override()
732 acpi_os_table_override(struct acpi_table_header * existing_table, struct acpi_table_header ** new_table) acpi_os_table_override() argument
/linux-4.4.14/net/ipv4/netfilter/
H A Darp_tables.c1677 struct xt_table *new_table; arpt_register_table() local
1693 new_table = xt_register_table(net, table, &bootstrap, newinfo); arpt_register_table()
1694 if (IS_ERR(new_table)) { arpt_register_table()
1695 ret = PTR_ERR(new_table); arpt_register_table()
1698 return new_table; arpt_register_table()
H A Dip_tables.c1927 struct xt_table *new_table; ipt_register_table() local
1942 new_table = xt_register_table(net, table, &bootstrap, newinfo); ipt_register_table()
1943 if (IS_ERR(new_table)) { ipt_register_table()
1944 ret = PTR_ERR(new_table); ipt_register_table()
1948 return new_table; ipt_register_table()
/linux-4.4.14/net/ipv6/netfilter/
H A Dip6_tables.c1929 struct xt_table *new_table; ip6t_register_table() local
1944 new_table = xt_register_table(net, table, &bootstrap, newinfo); ip6t_register_table()
1945 if (IS_ERR(new_table)) { ip6t_register_table()
1946 ret = PTR_ERR(new_table); ip6t_register_table()
1949 return new_table; ip6t_register_table()
/linux-4.4.14/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c2180 u8 *new_table = NULL; vmxnet3_set_mc() local
2200 new_table = vmxnet3_copy_mc(netdev); vmxnet3_set_mc()
2201 if (new_table) { vmxnet3_set_mc()
2207 new_table, vmxnet3_set_mc()
2244 kfree(new_table); vmxnet3_set_mc()

Completed in 445 milliseconds