Searched refs:out_end (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/lib/ |
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()
|
A D | lzx_decompress.c | 597 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.3-rc2/include/linux/ |
A D | memblock.h | 138 phys_addr_t *out_end, int *out_nid); 143 phys_addr_t *out_end, int *out_nid); 150 phys_addr_t *out_end) in __next_physmem_range() argument 155 out_start, out_end, NULL); in __next_physmem_range()
|
/linux-6.3-rc2/mm/ |
A D | memblock.c | 1058 phys_addr_t *out_end, int *out_nid) in __next_mem_range() argument 1080 if (out_end) in __next_mem_range() 1081 *out_end = m_end; in __next_mem_range() 1111 if (out_end) in __next_mem_range() 1112 *out_end = min(m_end, r_end); in __next_mem_range() 1155 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() argument 1184 if (out_end) in __next_mem_range_rev() 1185 *out_end = m_end; in __next_mem_range_rev() 1214 if (out_end) in __next_mem_range_rev() 1215 *out_end = min(m_end, r_end); in __next_mem_range_rev()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/ |
A D | malidp_crtc.c | 134 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.3-rc2/tools/perf/util/ |
A D | symbol-elf.c | 1828 goto out_end; in dso__type_fd() 1832 goto out_end; in dso__type_fd() 1836 goto out_end; in dso__type_fd() 1842 out_end: in dso__type_fd() 1910 goto out_end; in kcore__open() 1914 goto out_end; in kcore__open() 1918 out_end: in kcore__open() 1942 goto out_end; in kcore__init() 1948 out_end: in kcore__init()
|
/linux-6.3-rc2/fs/fuse/ |
A D | dev.c | 1292 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.3-rc2/drivers/gpu/drm/solomon/ |
A D | ssd130x.c | 163 goto out_end; in ssd130x_write_cmd() 166 out_end: in ssd130x_write_cmd()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | log.c | 1143 out_end: in gfs2_log_flush() 1175 goto out_end; in gfs2_log_flush()
|
/linux-6.3-rc2/drivers/gpu/ipu-v3/ |
A D | ipu-image-convert.c | 518 unsigned int out_end; in find_best_seam() local 525 out_end = min_t(unsigned int, out_edge, index * 1024 + 1); in find_best_seam() 542 for (out_pos = out_start; out_pos < out_end; out_pos += out_align) { in find_best_seam() 594 __func__, out_seam, out_align, out_start, out_end, in find_best_seam()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | selftest_execlists.c | 4227 goto out_end; in preserved_virtual_engine() 4237 goto out_end; in preserved_virtual_engine() 4259 goto out_end; in preserved_virtual_engine() 4265 goto out_end; in preserved_virtual_engine() 4279 out_end: in preserved_virtual_engine()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
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-6.3-rc2/fs/btrfs/ |
A D | relocation.c | 4254 goto out_end; in btrfs_recover_relocation() 4321 out_end: in btrfs_recover_relocation()
|
Completed in 51 milliseconds