Searched refs:end_off (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_dio.c | 23 void run_dio_using_hugetlb(unsigned int start_off, unsigned int end_off) in run_dio_using_hugetlb() argument 35 writesize = end_off - start_off; in run_dio_using_hugetlb() 87 "free huge pages from %u-%u\n", start_off, end_off); in run_dio_using_hugetlb()
|
| /linux/fs/isofs/ |
| H A D | compress.c | 209 loff_t start_off, end_off; in zisofs_fill_pages() local 230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages() 233 cend_block = (end_off + (1 << zisofs_block_shift) - 1) in zisofs_fill_pages()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 685 u64 start_off, end_off; in trbe_get_trace_size() local 714 end_off = write - buf->trbe_base; 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()
|
| /linux/arch/arc/net/ |
| H A D | bpf_jit_arcv2.c | 2808 u32 end_off; in gen_jcc_64() local 2820 end_off = curr_off + len + (JCC64_INSNS_TO_END * INSN_len_normal); in gen_jcc_64() 2821 disp = get_displacement(curr_off + len, end_off); in gen_jcc_64()
|
| /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 3168 end_off = be32_to_cpu(sdt->entry[i].end_token); in ipr_get_ioa_dump() 3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()
|