Searched refs:out_end (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/ntfs3/lib/ |
| H A D | xpress_decompress.c | 65 u8 * const out_end = out_begin + uncompressed_size; in xpress_decompress() local 89 while (out_next != out_end) { in xpress_decompress() 120 if (length > (size_t)(out_end - out_next)) in xpress_decompress() 123 out_next = lz_copy(out_next, length, offset, out_end, in xpress_decompress()
|
| H A D | lzx_decompress.c | 596 u8 * const out_end = out_begin + uncompressed_size; in lzx_decompress() local 609 while (out_next != out_end) { in lzx_decompress() 617 if (block_size < 1 || block_size > (size_t)(out_end - out_next)) in lzx_decompress()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 1933 goto out_end; in copy_bytes() 1937 goto out_end; 1941 goto out_end; 1947 out_end: in kcore__open() 2015 goto out_end; in kcore__copy_hdr() 2019 goto out_end; in kcore__copy_hdr() 2023 out_end: in kcore__copy_hdr() 2047 goto out_end; in kcore__add_phdr() 2053 out_end: in kcore__add_phdr()
|
| /linux/fs/cachefiles/ |
| H A D | namei.c | 664 goto out_end; in cachefiles_commit_tmpfile() 699 out_end: in cachefiles_commit_tmpfile()
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-image-convert.c | 507 unsigned int out_end; in find_best_seam() local 514 out_end = min_t(unsigned int, out_edge, index * 1024 + 1); in find_best_seam() 531 for (out_pos = out_start; out_pos < out_end; out_pos += out_align) { in find_best_seam() 579 __func__, out_seam, out_align, out_start, out_end, in find_best_seam()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 4232 goto out_end; in preserved_virtual_engine() 4242 goto out_end; in preserved_virtual_engine() 4264 goto out_end; in preserved_virtual_engine() 4270 goto out_end; in preserved_virtual_engine() 4284 out_end: in preserved_virtual_engine()
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 162 goto out_end; in nfsd4_create_clid_dir() 166 out_end: in nfsd4_create_clid_dir()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_lib.c | 1234 u8 mem_type, u32 *out_base, u32 *out_end) in cudbg_get_mem_relative() argument 1248 if (*out_end > meminfo->avail[mc_idx].limit) in cudbg_get_mem_relative() 1249 *out_end = meminfo->avail[mc_idx].limit; in cudbg_get_mem_relative() 1251 *out_end -= meminfo->avail[mc_idx].base; in cudbg_get_mem_relative()
|
| /linux/fs/ceph/ |
| H A D | file.c | 2354 goto out_end; in ceph_splice_read() 2378 out_end: in ceph_splice_read()
|
| /linux/fs/btrfs/ |
| H A D | relocation.c | 5712 goto out_end; in btrfs_recover_relocation() 5782 out_end: in btrfs_recover_relocation()
|