Home
last modified time | relevance | path

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

/linux/fs/ntfs3/lib/
A 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()
A 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/include/linux/
A 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/mm/
A Dmemblock.c1021 phys_addr_t *out_end, int *out_nid) in __next_mem_range() argument
1043 if (out_end) in __next_mem_range()
1044 *out_end = m_end; in __next_mem_range()
1074 if (out_end) in __next_mem_range()
1075 *out_end = min(m_end, r_end); in __next_mem_range()
1118 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() argument
1147 if (out_end) in __next_mem_range_rev()
1148 *out_end = m_end; in __next_mem_range_rev()
1177 if (out_end) in __next_mem_range_rev()
1178 *out_end = min(m_end, r_end); in __next_mem_range_rev()
/linux/drivers/gpu/drm/arm/
A Dmalidp_crtc.c133 u32 a, b, delta_in, out_start, out_end; in malidp_generate_gamma_table() local
139 out_end = drm_color_lut_extract(lut[segments[i].end].green, 12); in malidp_generate_gamma_table()
140 a = (delta_in == 0) ? 0 : ((out_end - out_start) * 256) / delta_in; in malidp_generate_gamma_table()
/linux/tools/perf/util/
A Dsymbol-elf.c1416 goto out_end; in dso__type_fd()
1420 goto out_end; in dso__type_fd()
1424 goto out_end; in dso__type_fd()
1430 out_end: in dso__type_fd()
1498 goto out_end; in kcore__open()
1502 goto out_end; in kcore__open()
1506 out_end: in kcore__open()
1530 goto out_end; in kcore__init()
1536 out_end: in kcore__init()
/linux/fs/fuse/
A Ddev.c1287 goto out_end; in fuse_dev_do_read()
1302 goto out_end; in fuse_dev_do_read()
1306 goto out_end; in fuse_dev_do_read()
1310 goto out_end; in fuse_dev_do_read()
1325 out_end: in fuse_dev_do_read()
/linux/drivers/gpu/ipu-v3/
A Dipu-image-convert.c518 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/fs/gfs2/
A Dlog.c1135 out_end: in gfs2_log_flush()
1167 goto out_end; in gfs2_log_flush()
/linux/drivers/gpu/drm/i915/gt/
A Dselftest_execlists.c4238 goto out_end; in preserved_virtual_engine()
4248 goto out_end; in preserved_virtual_engine()
4270 goto out_end; in preserved_virtual_engine()
4276 goto out_end; in preserved_virtual_engine()
4290 out_end: in preserved_virtual_engine()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_lib.c1233 u8 mem_type, u32 *out_base, u32 *out_end) in cudbg_get_mem_relative() argument
1247 if (*out_end > meminfo->avail[mc_idx].limit) in cudbg_get_mem_relative()
1248 *out_end = meminfo->avail[mc_idx].limit; in cudbg_get_mem_relative()
1250 *out_end -= meminfo->avail[mc_idx].base; in cudbg_get_mem_relative()
/linux/fs/btrfs/
A Drelocation.c4214 goto out_end; in btrfs_recover_relocation()
4281 out_end: in btrfs_recover_relocation()

Completed in 51 milliseconds