Home
last modified time | relevance | path

Searched refs:out_end (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/fs/ntfs3/lib/
Dxpress_decompress.c65 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()
Dlzx_decompress.c597 u8 * const out_end = out_begin + uncompressed_size; in lzx_decompress() local
610 while (out_next != out_end) { in lzx_decompress()
618 if (block_size < 1 || block_size > (size_t)(out_end - out_next)) in lzx_decompress()
/linux-6.6.21/include/linux/
Dmemblock.h139 phys_addr_t *out_end, int *out_nid);
144 phys_addr_t *out_end, int *out_nid);
151 phys_addr_t *out_end) in __next_physmem_range() argument
156 out_start, out_end, NULL); in __next_physmem_range()
/linux-6.6.21/mm/
Dmemblock.c1064 phys_addr_t *out_end, int *out_nid) in __next_mem_range() argument
1086 if (out_end) in __next_mem_range()
1087 *out_end = m_end; in __next_mem_range()
1117 if (out_end) in __next_mem_range()
1118 *out_end = min(m_end, r_end); in __next_mem_range()
1161 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() argument
1190 if (out_end) in __next_mem_range_rev()
1191 *out_end = m_end; in __next_mem_range_rev()
1220 if (out_end) in __next_mem_range_rev()
1221 *out_end = min(m_end, r_end); in __next_mem_range_rev()
/linux-6.6.21/drivers/gpu/drm/arm/
Dmalidp_crtc.c134 u32 a, b, delta_in, out_start, out_end; in malidp_generate_gamma_table() local
140 out_end = drm_color_lut_extract(lut[segments[i].end].green, 12); in malidp_generate_gamma_table()
141 a = (delta_in == 0) ? 0 : ((out_end - out_start) * 256) / delta_in; in malidp_generate_gamma_table()
/linux-6.6.21/tools/perf/util/
Dsymbol-elf.c1853 goto out_end; in dso__type_fd()
1857 goto out_end; in dso__type_fd()
1861 goto out_end; in dso__type_fd()
1867 out_end: in dso__type_fd()
1935 goto out_end; in kcore__open()
1939 goto out_end; in kcore__open()
1943 out_end: in kcore__open()
1967 goto out_end; in kcore__init()
1973 out_end: in kcore__init()
/linux-6.6.21/fs/fuse/
Ddev.c1292 goto out_end; in fuse_dev_do_read()
1307 goto out_end; in fuse_dev_do_read()
1311 goto out_end; in fuse_dev_do_read()
1315 goto out_end; in fuse_dev_do_read()
1330 out_end: in fuse_dev_do_read()
/linux-6.6.21/drivers/gpu/drm/solomon/
Dssd130x.c191 goto out_end; in ssd130x_write_cmd()
194 out_end: in ssd130x_write_cmd()
/linux-6.6.21/fs/gfs2/
Dlog.c1140 out_end: in gfs2_log_flush()
1172 goto out_end; in gfs2_log_flush()
/linux-6.6.21/drivers/gpu/ipu-v3/
Dipu-image-convert.c521 unsigned int out_end; in find_best_seam() local
528 out_end = min_t(unsigned int, out_edge, index * 1024 + 1); in find_best_seam()
545 for (out_pos = out_start; out_pos < out_end; out_pos += out_align) { in find_best_seam()
593 __func__, out_seam, out_align, out_start, out_end, in find_best_seam()
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dselftest_execlists.c4231 goto out_end; in preserved_virtual_engine()
4241 goto out_end; in preserved_virtual_engine()
4263 goto out_end; in preserved_virtual_engine()
4269 goto out_end; in preserved_virtual_engine()
4283 out_end: in preserved_virtual_engine()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c1234 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-6.6.21/fs/ceph/
Dfile.c2186 goto out_end; in ceph_splice_read()
2210 out_end: in ceph_splice_read()
/linux-6.6.21/fs/btrfs/
Drelocation.c4293 goto out_end; in btrfs_recover_relocation()
4360 out_end: in btrfs_recover_relocation()