Searched refs:next_table (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/objtool/arch/loongarch/ |
| H A D | special.c | 27 struct table_info *next_table; in get_rodata_table_size_by_table_annotate() local 55 next_table = list_next_entry(orig_table, jump_info); in get_rodata_table_size_by_table_annotate() 57 if (next_table->rodata_offset < orig_table->rodata_offset) { in get_rodata_table_size_by_table_annotate() 58 tmp_insn_offset = next_table->insn_offset; in get_rodata_table_size_by_table_annotate() 59 tmp_rodata_offset = next_table->rodata_offset; in get_rodata_table_size_by_table_annotate() 60 next_table->insn_offset = orig_table->insn_offset; in get_rodata_table_size_by_table_annotate() 61 next_table->rodata_offset = orig_table->rodata_offset; in get_rodata_table_size_by_table_annotate() 70 next_table = list_next_entry(orig_table, jump_info); in get_rodata_table_size_by_table_annotate() 71 if (&next_table->jump_info == &table_list) { in get_rodata_table_size_by_table_annotate() 77 next_table = list_next_entry(next_table, jump_info); in get_rodata_table_size_by_table_annotate() [all …]
|
| /linux-6.15/fs/squashfs/ |
| H A D | super.c | 189 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local 359 next_table = msblk->bytes_used; in squashfs_fill_super() 373 next_table = msblk->xattr_table; in squashfs_fill_super() 378 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super() 385 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super() 394 lookup_table_start, next_table, msblk->inodes); in squashfs_fill_super() 401 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super() 419 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super() 426 next_table = le64_to_cpu(msblk->fragment_index[0]); in squashfs_fill_super() 430 if (msblk->directory_table > next_table) { in squashfs_fill_super()
|
| H A D | fragment.c | 64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument 74 if (fragment_table_start + length > next_table) in squashfs_read_fragment_index_table()
|
| H A D | id.c | 61 u64 id_table_start, u64 next_table, unsigned short no_ids) in squashfs_read_id_index_table() argument 81 if (length != (next_table - id_table_start)) in squashfs_read_id_index_table()
|
| H A D | export.c | 116 u64 lookup_table_start, u64 next_table, unsigned int inodes) in squashfs_read_inode_lookup_table() argument 136 if (length != (next_table - lookup_table_start)) in squashfs_read_inode_lookup_table()
|
| /linux-6.15/drivers/acpi/ |
| H A D | tables.c | 577 goto next_table; in acpi_table_initrd_override() 586 goto next_table; in acpi_table_initrd_override() 597 next_table: in acpi_table_initrd_override() 629 goto next_table; in acpi_table_initrd_scan() 638 goto next_table; in acpi_table_initrd_scan() 646 next_table: in acpi_table_initrd_scan()
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | tbutils.c | 320 goto next_table; in acpi_tb_parse_root_table() 336 next_table: in acpi_tb_parse_root_table()
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-catu.c | 195 cate_t *table_ptr, *next_table; in catu_populate_table() local 238 next_table = catu_get_table(catu_table, in catu_populate_table() 253 table_ptr = next_table; in catu_populate_table()
|
| /linux-6.15/net/ipv4/ |
| H A D | ipmr_base.c | 377 goto next_table; in mr_rtm_dumproute() 383 next_table: in mr_rtm_dumproute()
|
| /linux-6.15/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_ep.c | 103 struct bd_table *next_table, in chain_table() argument 108 cpu_to_le32(lower_32_bits(next_table->dma)); in chain_table() 111 cpu_to_le32(upper_32_bits(next_table->dma)); in chain_table()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_debugfs.c | 1134 u8 next_table; in i40e_dbg_command_write() local 1155 &next_table, &next_index, in i40e_dbg_command_write() 1167 rlen, next_table, next_index); in i40e_dbg_command_write()
|