Home
last modified time | relevance | path

Searched refs:end_off (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dhugetlb_dio.c23 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 Dcompress.c209 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 Dcoresight-trbe.c685 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 Dbpf_jit_arcv2.c2808 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 Dipr.c3055 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()