/linux-6.12.1/fs/ntfs3/lib/ |
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()
|
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-6.12.1/include/linux/ |
D | memblock.h | 144 phys_addr_t *out_end, int *out_nid); 149 phys_addr_t *out_end, int *out_nid); 156 phys_addr_t *out_end) in __next_physmem_range() argument 161 out_start, out_end, NULL); in __next_physmem_range()
|
/linux-6.12.1/mm/ |
D | memblock.c | 1114 phys_addr_t *out_end, int *out_nid) in __next_mem_range() argument 1132 if (out_end) in __next_mem_range() 1133 *out_end = m_end; in __next_mem_range() 1163 if (out_end) in __next_mem_range() 1164 *out_end = min(m_end, r_end); in __next_mem_range() 1207 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() argument 1233 if (out_end) in __next_mem_range_rev() 1234 *out_end = m_end; in __next_mem_range_rev() 1263 if (out_end) in __next_mem_range_rev() 1264 *out_end = min(m_end, r_end); in __next_mem_range_rev()
|
/linux-6.12.1/drivers/gpu/drm/arm/ |
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.12.1/drivers/ras/amd/ |
D | fmpm.c | 668 goto out_end; in get_saved_records() 672 goto out_end; in get_saved_records() 700 goto out_end; in get_saved_records() 707 out_end: in get_saved_records()
|
/linux-6.12.1/tools/perf/util/ |
D | symbol-elf.c | 1925 goto out_end; in dso__type_fd() 1929 goto out_end; in dso__type_fd() 1933 goto out_end; in dso__type_fd() 1939 out_end: in dso__type_fd() 2007 goto out_end; in kcore__open() 2011 goto out_end; in kcore__open() 2015 out_end: in kcore__open() 2039 goto out_end; in kcore__init() 2045 out_end: in kcore__init()
|
/linux-6.12.1/fs/fuse/ |
D | dev.c | 1339 goto out_end; in fuse_dev_do_read() 1354 goto out_end; in fuse_dev_do_read() 1358 goto out_end; in fuse_dev_do_read() 1362 goto out_end; in fuse_dev_do_read() 1377 out_end: in fuse_dev_do_read()
|
/linux-6.12.1/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 521 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.12.1/fs/gfs2/ |
D | log.c | 1140 out_end: in gfs2_log_flush() 1172 goto out_end; in gfs2_log_flush()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | selftest_execlists.c | 4231 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.12.1/drivers/gpu/drm/solomon/ |
D | ssd130x.c | 269 goto out_end; in ssd130x_write_cmd() 272 out_end: in ssd130x_write_cmd()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
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.12.1/fs/ceph/ |
D | file.c | 2294 goto out_end; in ceph_splice_read() 2318 out_end: in ceph_splice_read()
|
/linux-6.12.1/fs/btrfs/ |
D | relocation.c | 4243 goto out_end; in btrfs_recover_relocation() 4309 out_end: in btrfs_recover_relocation()
|