Home
last modified time | relevance | path

Searched refs:next_off (Results 26 - 47 of 47) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dgro.c108 int next_off; in setup_sock_filter() local
111 next_off = offsetof(struct iphdr, protocol); in setup_sock_filter()
113 next_off = offsetof(struct ipv6hdr, nexthdr); in setup_sock_filter()
114 ipproto_off = ETH_HLEN + next_off; in setup_sock_filter()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_sai.c650 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
653 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
1258 cfg[0].next_off[0] = 0; in fsl_sai_read_dlcfg()
1263 cfg[0].next_off[1] = 0; in fsl_sai_read_dlcfg()
1296 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx); in fsl_sai_read_dlcfg()
1302 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx); in fsl_sai_read_dlcfg()
H A Dfsl_sai.h273 unsigned int next_off[2]; member
/third_party/ffmpeg/libavformat/
H A Drmdec.c431 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; in rm_read_index() local
443 next_off = avio_rb32(pb); in rm_read_index()
475 if (next_off && avio_tell(pb) < next_off && in rm_read_index()
476 avio_seek(pb, next_off, SEEK_SET) < 0) { in rm_read_index()
481 } while (next_off); in rm_read_index()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfsntfs.c1945 sbi->security.next_off = in ntfs_security_init()
2173 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()
2178 /* Zero "left" bytes from sbi->security.next_off. */ in ntfs_insert_security()
2179 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()
2188 * 0x00440 == sbi->security.next_off in ntfs_insert_security()
2192 * zero "tozero" bytes from sbi->security.next_off - tozero in ntfs_insert_security()
2198 d_security->off = cpu_to_le64(sbi->security.next_off); in ntfs_insert_security()
2203 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off, in ntfs_insert_security()
2209 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
2269 sbi->security.next_off in ntfs_insert_security()
[all...]
H A Dntfs_fs.h292 u64 next_off; member
/kernel/linux/linux-5.10/mm/
H A Dpercpu.c1014 * @next_off: return value for the next offset to start searching
1023 int *next_off) in pcpu_is_populated()
1035 *next_off = re * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated()
1062 int bit_off, bits, next_off; in pcpu_find_block_fit() local
1079 &next_off)) in pcpu_find_block_fit()
1082 bit_off = next_off; in pcpu_find_block_fit()
1022 pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits, int *next_off) pcpu_is_populated() argument
/kernel/linux/linux-6.6/mm/
H A Dpercpu.c1065 * @next_off: return value for the next offset to start searching
1074 int *next_off) in pcpu_is_populated()
1087 *next_off = end * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated()
1114 int bit_off, bits, next_off; in pcpu_find_block_fit() local
1128 &next_off)) in pcpu_find_block_fit()
1131 bit_off = next_off; in pcpu_find_block_fit()
1073 pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits, int *next_off) pcpu_is_populated() argument
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h470 u32 next_off = rec->fields[i].offset; in bpf_obj_memcpy() local
471 u32 sz = next_off - curr_off; in bpf_obj_memcpy()
500 u32 next_off = rec->fields[i].offset; in bpf_obj_memzero() local
501 u32 sz = next_off - curr_off; in bpf_obj_memzero()
/third_party/elfutils/src/
H A Dreadelf.c5426 Dwarf_Off next_off = (listptr->offset in print_debug_addr_section() local
5431 next_unitp = start + next_off; in print_debug_addr_section()
5432 if (next_off < off || next_off > data->d_size) in print_debug_addr_section()
8207 Dwarf_Off off, next_off = 0; in print_decoded_line_section() local
8209 while (dwarf_next_lines (dbg, off = next_off, &next_off, &cu, NULL, NULL, in print_decoded_line_section()
9463 Dwarf_Off next_off = next_listptr_offset (&known_loclistsptr, in print_debug_loclists_section() local
9467 if (next_off == 0 in print_debug_loclists_section()
9468 || next_off > (size_ in print_debug_loclists_section()
9836 Dwarf_Off next_off = next_listptr_offset (&known_locsptr, print_debug_loc_section() local
[all...]
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c2460 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local
2463 if (next_off > stop) in jbd2_journal_invalidatepage()
2475 curr_off = next_off; in jbd2_journal_invalidatepage()
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c2457 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidate_folio() local
2460 if (next_off > stop) in jbd2_journal_invalidate_folio()
2472 curr_off = next_off; in jbd2_journal_invalidate_folio()
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c1608 size_t next_off = curr_off + bh->b_size; in block_invalidate_folio() local
1614 if (next_off > stop) in block_invalidate_folio()
1622 curr_off = next_off; in block_invalidate_folio()
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c1520 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local
1526 if (next_off > stop) in block_invalidatepage()
1534 curr_off = next_off; in block_invalidatepage()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c3174 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local
3177 if (next_off > stop) in reiserfs_invalidatepage()
3189 curr_off = next_off; in reiserfs_invalidatepage()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dinode.c3151 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidate_folio() local
3154 if (next_off > stop) in reiserfs_invalidate_folio()
3166 curr_off = next_off; in reiserfs_invalidate_folio()
/third_party/elfutils/libdw/
H A DlibdwP.h640 Dwarf_Off *next_off, size_t *header_sizep,
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c2674 int next_off = 0; in smb2_open() local
3363 next_off = conn->vals->create_lease_size; in smb2_open()
3383 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3385 next_off = conn->vals->create_mxac_size; in smb2_open()
3401 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3403 next_off = conn->vals->create_disk_id_size; in smb2_open()
3415 *next_ptr = cpu_to_le32(next_off); in smb2_open()
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c2351 u64 off, next_off; in rbd_obj_init_discard() local
2365 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2367 if (off >= next_off) in rbd_obj_init_discard()
2372 off, next_off - off); in rbd_obj_init_discard()
2374 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c2288 u64 off, next_off; in rbd_obj_init_discard() local
2302 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2304 if (off >= next_off) in rbd_obj_init_discard()
2309 off, next_off - off); in rbd_obj_init_discard()
2311 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/kernel/linux/linux-5.10/drivers/atm/
H A Dzatm.c621 zatm_dev->pool_info[i].next_off = 0; in start_rx()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c3729 u32 next_off = 0, field_type_size; in btf_parse_fields() local
3757 if (info_arr[i].off < next_off) { in btf_parse_fields()
3761 next_off = info_arr[i].off + field_type_size; in btf_parse_fields()

Completed in 97 milliseconds

12