Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/loongarch/
H A Dspecial.c25 struct list_head table_list; in get_rodata_table_size_by_table_annotate() local
36 INIT_LIST_HEAD(&table_list); in get_rodata_table_size_by_table_annotate()
55 list_add_tail(&orig_table->jump_info, &table_list); in get_rodata_table_size_by_table_annotate()
61 list_for_each_entry(orig_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
69 list_del_init(&table_list); in get_rodata_table_size_by_table_annotate()
77 list_for_each_entry(orig_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
79 list_for_each_entry_from(next_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
91 list_for_each_entry(orig_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
94 if (&next_table->jump_info == &table_list) { in get_rodata_table_size_by_table_annotate()
101 if (&next_table->jump_info == &table_list) { in get_rodata_table_size_by_table_annotate()
[all...]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c15 struct list_head table_list; member
942 list_add_tail(&mr_table->node, &mr->table_list); in mlxsw_sp_mr_table_create()
1023 list_for_each_entry(mr_table, &mr->table_list, node) { in mlxsw_sp_mr_stats_update()
1048 INIT_LIST_HEAD(&mr->table_list); in mlxsw_sp_mr_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c535 *info = &bhdrv2->table_list[table_id]; in amdgpu_discovery_get_table_info()
539 *info = &bhdr->table_list[table_id]; in amdgpu_discovery_get_table_info()
750 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_read_harvest_bit_per_ip()
1961 offset = le16_to_cpu(bhdrv2.table_list[NPS_INFO].offset); in amdgpu_discovery_refresh_nps_info()
1962 checksum = le16_to_cpu(bhdrv2.table_list[NPS_INFO].checksum); in amdgpu_discovery_refresh_nps_info()
1965 offset = le16_to_cpu(bhdr.table_list[NPS_INFO].offset); in amdgpu_discovery_refresh_nps_info()
1966 checksum = le16_to_cpu(bhdr.table_list[NPS_INFO].checksum); in amdgpu_discovery_refresh_nps_info()