Searched refs:next_off (Results 1 – 12 of 12) sorted by relevance
| /linux/scripts/gdb/linux/ |
| H A D | dmesg.py | 74 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/include/uapi/linux/ |
| H A D | atm_zatm.h | 30 int offset,next_off; /* alignment optimizations: offset */ member
|
| /linux/fs/smb/server/ |
| H A D | smb_common.c | 215 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 217 dialect = dialect + *next_off; in next_dialect() 218 *next_off = strnlen(dialect, bcount); in next_dialect() 219 if (dialect[*next_off] != '\0') in next_dialect()
|
| H A D | smb2pdu.c | 2914 int next_off = 0; in smb2_open() local 3673 next_off = conn->vals->create_lease_size; in smb2_open() 3694 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3696 next_off = conn->vals->create_mxac_size; in smb2_open() 3712 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3714 next_off = conn->vals->create_disk_id_size; in smb2_open() 3739 *next_ptr = cpu_to_le32(next_off); in smb2_open() 3741 next_off = conn->vals->create_durable_size; in smb2_open() 3753 *next_ptr = cpu_to_le32(next_off); in smb2_open()
|
| /linux/fs/xfs/scrub/ |
| H A D | bmap_repair.c | 323 xfs_fileoff_t next_off = 0; in xrep_bmap_sort_records() local 344 if (irec.br_startoff < next_off) in xrep_bmap_sort_records() 347 next_off = irec.br_startoff + irec.br_blockcount; in xrep_bmap_sort_records()
|
| /linux/tools/perf/util/ |
| H A D | annotate-data.c | 405 Dwarf_Off off, next_off; in find_cu_die() local 417 while (dwarf_nextcu(di->dbg, off, &next_off, &header_size, in find_cu_die() 423 off = next_off; in find_cu_die() 749 Dwarf_Off off, next_off; in global_var__collect() 755 while (dwarf_nextcu(dwarf, off, &next_off, &header_size, in global_var__collect() 761 off = next_off; in global_var__collect() 784 off = next_off; in global_var__collect() 751 Dwarf_Off off, next_off; global_var__collect() local
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_sai.c | 740 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params() 743 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params() 1458 cfg[0].next_off[0] = 0; in fsl_sai_probe() 1463 cfg[0].next_off[1] = 0; in fsl_sai_probe() 1496 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx); in fsl_sai_probe() 1502 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx); in fsl_sai_probe()
|
| H A D | fsl_sai.h | 283 unsigned int next_off[2]; 275 unsigned int next_off[2]; global() member
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | gro.c | |
| /linux/include/linux/ |
| H A D | bpf.h | 546 u32 next_off = rec->fields[i].offset; in bpf_obj_memcpy() local 547 u32 sz = next_off - curr_off; in bpf_obj_memcpy() 595 u32 next_off = rec->fields[i].offset; in bpf_obj_memzero() local 596 u32 sz = next_off - curr_off; in bpf_obj_memzero()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 2288 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()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 4076 u32 next_off = 0, field_type_size; in btf_parse_fields() local 4107 if (info_arr[i].off < next_off) { in btf_parse_fields() 4111 next_off = info_arr[i].off + field_type_size; in btf_parse_fields()
|