Searched refs:mapped_size (Results 1 – 6 of 6) sorted by relevance
121 unsigned int mapped_size = 0; in rga_buf_map() local139 pages[mapped_size + p] = phys; in rga_buf_map()142 mapped_size += len; in rga_buf_map()
361 u64 mapped_size; in reserve_initrd() local369 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()
112 uint64_t mapped_size; member
321 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()
160 uint64_t mapped_size : the size of the unwinding data mapped in memory170 NOTE: The mapped_size is generally either the same as unwind_data_size (if the unwinding data was m…
1846 u64 mapped_size; in scrub_checksum_tree_block() local1881 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() local1944 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()