| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_dio.c | 47 static bool check_dio_alignment(unsigned int start_off, in run_dio_using_hugetlb() 50 unsigned int writesize = end_off - start_off; in run_dio_using_hugetlb() 59 if (start_off % align != 0 || writesize % align != 0) { in run_dio_using_hugetlb() 61 align, start_off, writesize); in run_dio_using_hugetlb() 68 static void run_dio_using_hugetlb(int fd, unsigned int start_off, in run_dio_using_hugetlb() 80 if (!check_dio_alignment(start_off, end_off, align)) in run_dio_using_hugetlb() 83 writesize = end_off - start_off; in run_dio_using_hugetlb() 108 buffer += start_off; in main() 133 "free huge pages from %u-%u\n", start_off, end_off); 23 run_dio_using_hugetlb(unsigned int start_off,unsigned int end_off) run_dio_using_hugetlb() argument
|
| /linux/fs/ocfs2/ |
| H A D | ocfs1_fs_compat.h | 37 __u64 start_off; member
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 685 u64 start_off, end_off; in trbe_get_trace_size() local 715 start_off = PERF_IDX2OFF(handle->head, buf); in trbe_get_trace_size() 717 if (WARN_ON_ONCE(end_off < start_off)) in trbe_get_trace_size() 720 size = end_off - start_off; in trbe_get_trace_size() 728 __trbe_pad_buf(buf, start_off, overwrite_skip); in trbe_get_trace_size()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 1500 uint32_t start_off = 0; in csio_scsi_copy_to_sgl() local 1519 if (start_off >= sg->length) { in csio_scsi_copy_to_sgl() 1520 start_off -= sg->length; in csio_scsi_copy_to_sgl() 1526 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl() 1528 sg->length - start_off); in csio_scsi_copy_to_sgl() 1544 start_off += bytes_copy; in csio_scsi_copy_to_sgl()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_sai.h | 282 unsigned int start_off[2]; 274 unsigned int start_off[2]; global() member
|
| H A D | fsl_sai.c | 734 dl_cfg[dl_cfg_idx].start_off[tx] * 0x4; in fsl_sai_hw_params() 1457 cfg[0].start_off[0] = 0; in fsl_sai_read_dlcfg() 1462 cfg[0].start_off[1] = 0; in fsl_sai_read_dlcfg() 1495 cfg[i].start_off[0] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg() 1501 cfg[i].start_off[1] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg()
|
| /linux/io_uring/ |
| H A D | zcrx.c | 1458 unsigned start, start_off = offset; in io_zcrx_recv_skb() local 1551 if (offset == start_off) in io_zcrx_recv_skb() 1553 desc->count -= (offset - start_off); in io_zcrx_recv_skb() 1554 return offset - start_off; in io_zcrx_recv_skb()
|
| /linux/net/core/ |
| H A D | datagram.c | 395 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local 476 iov_iter_revert(to, offset - start_off); in __skb_datagram_iter()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | main.h | 555 unsigned int start_off; member
|
| H A D | main.c | 88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START); in nfp_bpf_vnic_alloc()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 2635 int start_off, end_off; in nand_subop_get_num_addr_cyc() local 2641 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc() 2649 return end_off - start_off; in nand_subop_get_num_addr_cyc() 2689 int start_off = 0, end_off; in nand_subop_get_data_len() local 2695 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len() 2703 return end_off - start_off; in nand_subop_get_data_len()
|
| /linux/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 1340 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument 1343 u8 *ptr = base + start_off; in mxt_calculate_crc() 1346 if (end_off < start_off) in mxt_calculate_crc()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 4524 loff_t size, start_off, end; in ext4_mb_normalize_request() local 4564 start_off = 0; in ext4_mb_normalize_request() 4575 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 4579 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 4584 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 4588 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request() 4593 start = start_off >> bsbits; in ext4_mb_normalize_request()
|
| /linux/fs/btrfs/ |
| H A D | backref.c | 2040 u64 start_off, struct btrfs_path *path, in btrfs_find_one_extref() argument 2053 key.offset = start_off; in btrfs_find_one_extref()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 3055 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local 3167 start_off = sdt_word & IPR_FMT2_MBX_ADDR_MASK; in ipr_get_ioa_dump() 3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()
|