Home
last modified time | relevance | path

Searched refs:next_off (Results 1 – 13 of 13) sorted by relevance

/linux/scripts/gdb/linux/
H A Ddmesg.py74 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8)
110 end = utils.read_ulong(desc, next_off) % text_data_sz
/linux/tools/lib/bpf/
H A Dbtf_dump.c865 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding() argument
877 if (cur_off >= next_off) in btf_dump_emit_bit_padding()
903 if (new_off <= next_off) in btf_dump_emit_bit_padding()
907 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding()
918 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding()
919 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding()
932 while (cur_off != next_off) { in btf_dump_emit_bit_padding()
933 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding()
/linux/tools/perf/util/
H A Dannotate-data.c412 Dwarf_Off off, next_off; in find_cu_die()
424 while (dwarf_nextcu(di->dbg, off, &next_off, &header_size, in find_cu_die()
430 off = next_off;
756 Dwarf_Off off, next_off; in global_var__collect()
762 while (dwarf_nextcu(dwarf, off, &next_off, &header_size, in global_var__collect()
768 off = next_off; in global_var__collect()
791 off = next_off; in global_var__collect()
405 Dwarf_Off off, next_off; find_cu_die() local
751 Dwarf_Off off, next_off; global_var__collect() local
/linux/sound/soc/fsl/
H A Dfsl_sai.c744 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
747 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
1483 cfg[0].next_off[0] = 0; in fsl_sai_read_dlcfg()
1488 cfg[0].next_off[1] = 0; in fsl_sai_read_dlcfg()
1521 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx); in fsl_sai_read_dlcfg()
1527 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx); in fsl_sai_read_dlcfg()
H A Dfsl_sai.h284 unsigned int next_off[2];
275 unsigned int next_off[2]; global() member
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/fs/ntfs3/
H A Dfsntfs.c1955 sbi->security.next_off = in ntfs_security_init()
2183 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()
2189 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()
2208 d_security->off = cpu_to_le64(sbi->security.next_off); in ntfs_insert_security()
2213 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off, in ntfs_insert_security()
2219 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
2279 sbi->security.next_off += aligned_sec_size; in ntfs_insert_security()
H A Dntfs_fs.h301 u64 next_off; member
/linux/fs/
H A Dbuffer.c1535 size_t next_off = curr_off + bh->b_size; in block_invalidate_folio() local
1541 if (next_off > stop) in block_invalidate_folio()
1549 curr_off = next_off; in block_invalidate_folio()
/linux/include/linux/
H A Dbpf.h580 u32 next_off = rec->fields[i].offset; in bpf_obj_memcpy() local
581 u32 sz = next_off - curr_off; in bpf_obj_memcpy()
629 u32 next_off = rec->fields[i].offset; in bpf_obj_memzero() local
630 u32 sz = next_off - curr_off; in bpf_obj_memzero()
/linux/fs/smb/server/
H A Dsmb2pdu.c4107 int next_off = 0; in smb2_open() local
5136 next_off = conn->vals->create_lease_size; in smb2_open()
5157 *next_ptr = cpu_to_le32(next_off); in smb2_open()
5159 next_off = conn->vals->create_mxac_size; in smb2_open()
5175 *next_ptr = cpu_to_le32(next_off); in smb2_open()
5177 next_off = conn->vals->create_disk_id_size; in smb2_open()
5203 *next_ptr = cpu_to_le32(next_off); in smb2_open()
5205 next_off = dh_info.type == DURABLE_REQ ? in smb2_open()
5223 *next_ptr = cpu_to_le32(next_off); in smb2_open()
5225 next_off = conn->vals->create_posix_size; in smb2_open()
[all …]
/linux/drivers/block/
H A Drbd.c2286 u64 off, next_off; in rbd_obj_init_discard() local
2300 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2302 if (off >= next_off) in rbd_obj_init_discard()
2307 off, next_off - off); in rbd_obj_init_discard()
2309 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/linux/kernel/bpf/
H A Dbtf.c4123 u32 next_off = 0, field_type_size; in btf_parse_fields() local
4154 if (info_arr[i].off < next_off) { in btf_parse_fields()
4158 next_off = info_arr[i].off + field_type_size; in btf_parse_fields()