Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H 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 …]
/openbmc/linux/drivers/thermal/intel/
H A Dintel_hfi.c120 void *local_table; member
311 memcpy(hfi_instance->local_table, hfi_instance->hw_table, in intel_hfi_process_event()
346 hfi_instance->hdr = hfi_instance->local_table + in init_hfi_instance()
467 hfi_instance->local_table = kzalloc(hfi_features.nr_table_pages << PAGE_SHIFT, in intel_hfi_online()
469 if (!hfi_instance->local_table) in intel_hfi_online()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c54 struct fib_table *local_table, *main_table; in fib4_rules_init() local
60 local_table = fib_trie_table(RT_TABLE_LOCAL, main_table); in fib4_rules_init()
61 if (!local_table) in fib4_rules_init()
64 hlist_add_head_rcu(&local_table->tb_hlist, in fib4_rules_init()