Home
last modified time | relevance | path

Searched refs:mapped_size (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/media/platform/rockchip/rga/
Drga-buf.c121 unsigned int mapped_size = 0; in rga_buf_map() local
139 pages[mapped_size + p] = phys; in rga_buf_map()
142 mapped_size += len; in rga_buf_map()
/Linux-v5.4/arch/x86/kernel/
Dsetup.c361 u64 mapped_size; in reserve_initrd() local
369 mapped_size = memblock_mem_size(max_pfn_mapped); in reserve_initrd()
370 if (ramdisk_size >= (mapped_size>>1)) in reserve_initrd()
373 ramdisk_size, mapped_size>>1); in reserve_initrd()
/Linux-v5.4/tools/perf/util/
Djitdump.h112 uint64_t mapped_size; member
Djitdump.c321 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry()
636 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
/Linux-v5.4/tools/perf/Documentation/
Djitdump-specification.txt160 uint64_t mapped_size : the size of the unwinding data mapped in memory
170 NOTE: The mapped_size is generally either the same as unwind_data_size (if the unwinding data was m…
/Linux-v5.4/fs/btrfs/
Dscrub.c1846 u64 mapped_size; in scrub_checksum_tree_block() local
1881 mapped_size = PAGE_SIZE - BTRFS_CSUM_SIZE; in scrub_checksum_tree_block()
1885 u64 l = min_t(u64, len, mapped_size); in scrub_checksum_tree_block()
1897 mapped_size = PAGE_SIZE; in scrub_checksum_tree_block()
1918 u64 mapped_size; in scrub_checksum_super() local
1944 mapped_size = PAGE_SIZE - BTRFS_CSUM_SIZE; in scrub_checksum_super()
1948 u64 l = min_t(u64, len, mapped_size); in scrub_checksum_super()
1960 mapped_size = PAGE_SIZE; in scrub_checksum_super()