/kernel/linux/linux-6.6/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 | 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()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memblock.c | 974 * @out_end: ptr to phys_addr_t for end address of the range, can be %NULL 995 phys_addr_t *out_end, int *out_nid) in __next_mem_range() 1017 if (out_end) in __next_mem_range() 1018 *out_end = m_end; in __next_mem_range() 1048 if (out_end) in __next_mem_range() 1049 *out_end = min(m_end, r_end); in __next_mem_range() 1079 * @out_end: ptr to phys_addr_t for end address of the range, can be %NULL 1092 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() 1121 if (out_end) in __next_mem_range_rev() 1122 *out_end in __next_mem_range_rev() 992 __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range() argument 1087 __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range_rev() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | memblock.h | 128 phys_addr_t *out_end, int *out_nid); 133 phys_addr_t *out_end, int *out_nid); 140 phys_addr_t *out_end) in __next_physmem_range() 145 out_start, out_end, NULL); in __next_physmem_range() 138 __next_physmem_range(u64 *idx, struct memblock_type *type, phys_addr_t *out_start, phys_addr_t *out_end) __next_physmem_range() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memblock.h | 139 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() 156 out_start, out_end, NULL); in __next_physmem_range() 149 __next_physmem_range(u64 *idx, struct memblock_type *type, phys_addr_t *out_start, phys_addr_t *out_end) __next_physmem_range() argument
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-taskfile.c | 353 goto out_end; in task_pio_intr() 368 goto out_end; in task_pio_intr() 379 goto out_end; in task_pio_intr() 385 out_end: in task_pio_intr()
|
H A D | ide-floppy.c | 256 goto out_end; in ide_floppy_do_request() 265 goto out_end; in ide_floppy_do_request() 304 out_end: in ide_floppy_do_request()
|
H A D | ide-cd.c | 643 goto out_end; in cdrom_newpc_intr() 653 goto out_end; in cdrom_newpc_intr() 682 goto out_end; in cdrom_newpc_intr() 700 goto out_end; in cdrom_newpc_intr() 703 goto out_end; in cdrom_newpc_intr() 709 goto out_end; in cdrom_newpc_intr() 763 out_end: in cdrom_newpc_intr() 892 goto out_end; in ide_cd_do_request() 907 goto out_end; in ide_cd_do_request() 932 out_end in ide_cd_do_request() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | malidp_crtc.c | 131 u32 a, b, delta_in, out_start, out_end; in malidp_generate_gamma_table() local 137 out_end = drm_color_lut_extract(lut[segments[i].end].green, 12); in malidp_generate_gamma_table() 138 a = (delta_in == 0) ? 0 : ((out_end - out_start) * 256) / delta_in; in malidp_generate_gamma_table()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H 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()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memblock.c | 1043 * @out_end: ptr to phys_addr_t for end address of the range, can be %NULL 1064 phys_addr_t *out_end, int *out_nid) in __next_mem_range() 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() 1148 * @out_end: ptr to phys_addr_t for end address of the range, can be %NULL 1161 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() 1190 if (out_end) in __next_mem_range_rev() 1191 *out_end in __next_mem_range_rev() 1061 __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range() argument 1156 __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range_rev() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 1377 goto out_end; in dso__type_fd() 1381 goto out_end; in dso__type_fd() 1385 goto out_end; in dso__type_fd() 1391 out_end: in dso__type_fd() 1459 goto out_end; in kcore__open() 1463 goto out_end; in kcore__open() 1467 out_end: in kcore__open() 1491 goto out_end; in kcore__init() 1497 out_end: in kcore__init()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 1853 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()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 1301 goto out_end; in fuse_dev_do_read() 1316 goto out_end; in fuse_dev_do_read() 1320 goto out_end; in fuse_dev_do_read() 1324 goto out_end; in fuse_dev_do_read() 1339 out_end: in fuse_dev_do_read()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | log.c | 1052 out_end: in gfs2_log_flush() 1075 goto out_end; in gfs2_log_flush()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | log.c | 1140 out_end: in gfs2_log_flush() 1172 goto out_end; in gfs2_log_flush()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/solomon/ |
H A D | ssd130x.c | 191 goto out_end; in ssd130x_write_cmd() 194 out_end: in ssd130x_write_cmd()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 4199 goto out_end; in preserved_virtual_engine() 4209 goto out_end; in preserved_virtual_engine() 4231 goto out_end; in preserved_virtual_engine() 4237 goto out_end; in preserved_virtual_engine() 4251 out_end: in preserved_virtual_engine()
|
/kernel/linux/linux-5.10/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() 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() 1232 cudbg_get_mem_relative(struct adapter *padap, struct cudbg_meminfo *meminfo, u8 mem_type, u32 *out_base, u32 *out_end) cudbg_get_mem_relative() argument
|
/kernel/linux/linux-6.6/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() 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() 1232 cudbg_get_mem_relative(struct adapter *padap, struct cudbg_meminfo *meminfo, u8 mem_type, u32 *out_base, u32 *out_end) cudbg_get_mem_relative() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | relocation.c | 4293 goto out_end; in btrfs_recover_relocation() 4360 out_end: in btrfs_recover_relocation()
|