Searched refs:out_end (Results 1 – 12 of 12) sorted by relevance
| /linux/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 | 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/include/linux/ |
| H A D | memblock.h | 168 phys_addr_t *out_end, int *out_nid); 173 phys_addr_t *out_end, int *out_nid); 180 phys_addr_t *out_end) in __next_physmem_range() argument 185 out_start, out_end, NULL); in __next_physmem_range()
|
| /linux/mm/ |
| H A D | memblock.c | 1217 phys_addr_t *out_end, int *out_nid) in __next_mem_range() argument 1235 if (out_end) in __next_mem_range() 1236 *out_end = m_end; in __next_mem_range() 1266 if (out_end) in __next_mem_range() 1267 *out_end = min(m_end, r_end); in __next_mem_range() 1310 phys_addr_t *out_end, int *out_nid) in __next_mem_range_rev() argument 1336 if (out_end) in __next_mem_range_rev() 1337 *out_end = m_end; in __next_mem_range_rev() 1366 if (out_end) in __next_mem_range_rev() 1367 *out_end = min(m_end, r_end); in __next_mem_range_rev()
|
| /linux/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()
|
| /linux/drivers/ras/amd/ |
| H A D | fmpm.c | 675 goto out_end; in get_saved_records() 679 goto out_end; in get_saved_records() 707 goto out_end; in get_saved_records() 714 out_end: in get_saved_records()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 1874 goto out_end; in dso__type_fd() 1878 goto out_end; in dso__type_fd() 1882 goto out_end; in dso__type_fd() 1888 out_end: in dso__type_fd() 1956 goto out_end; in kcore__open() 1960 goto out_end; in kcore__open() 1964 out_end: in kcore__open() 1988 goto out_end; in kcore__init() 1994 out_end: in kcore__init()
|
| /linux/fs/fuse/ |
| H A D | dev.c | 1490 goto out_end; in fuse_dev_do_read() 1505 goto out_end; in fuse_dev_do_read() 1509 goto out_end; in fuse_dev_do_read() 1513 goto out_end; in fuse_dev_do_read() 1528 out_end: in fuse_dev_do_read()
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 161 goto out_end; in nfsd4_create_clid_dir() 165 out_end: in nfsd4_create_clid_dir()
|
| /linux/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() 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/fs/ceph/ |
| H A D | file.c | 2288 goto out_end; in ceph_splice_read() 2312 out_end: in ceph_splice_read()
|
| /linux/fs/btrfs/ |
| H A D | relocation.c | 4130 goto out_end; in btrfs_recover_relocation() 4196 out_end: in btrfs_recover_relocation()
|