Home
last modified time | relevance | path

Searched refs:local_table (Results 1 – 2 of 2) sorted by relevance

/linux/tools/power/acpi/os_specific/service_layers/
A Doslinuxtbl.c160 struct acpi_table_header *local_table = NULL; in acpi_os_get_table_by_address() local
185 local_table = calloc(1, table_length); in acpi_os_get_table_by_address()
186 if (!local_table) { in acpi_os_get_table_by_address()
195 *table = local_table; in acpi_os_get_table_by_address()
967 local_table = calloc(1, table_length); in osl_get_bios_table()
968 if (!local_table) { in osl_get_bios_table()
975 *table = local_table; in osl_get_bios_table()
1257 local_table = calloc(1, table_length); in osl_read_table_from_file()
1258 if (!local_table) { in osl_read_table_from_file()
1278 (void)ap_is_valid_checksum(local_table); in osl_read_table_from_file()
[all …]
/linux/net/ipv4/
A Dfib_frontend.c53 struct fib_table *local_table, *main_table; in fib4_rules_init() local
59 local_table = fib_trie_table(RT_TABLE_LOCAL, main_table); in fib4_rules_init()
60 if (!local_table) in fib4_rules_init()
63 hlist_add_head_rcu(&local_table->tb_hlist, in fib4_rules_init()

Completed in 6 milliseconds