Searched refs:map_length (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/acpi/acpica/ |
D | exregion.c | 46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local 138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler() 158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler() 159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler() 164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler() 169 (u32)map_length)); in acpi_ex_system_memory_space_handler() 178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
|
/Linux-v5.10/tools/perf/jvmti/ |
D | libjvmti.c | 234 jint map_length, in compiled_method_load_cb() argument 257 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()
|
/Linux-v5.10/drivers/staging/gasket/ |
D | gasket_core.c | 907 ulong phys_offset, map_length; in do_map_region() local 920 map_length = region_to_map.length_bytes; in do_map_region() 932 while (mapped_bytes < map_length) { in do_map_region() 937 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()
|
/Linux-v5.10/fs/btrfs/ |
D | volumes.c | 6372 u64 map_length; in btrfs_map_bio() local 6379 map_length = length; in btrfs_map_bio() 6383 &map_length, &bbio, mirror_num, 1); in btrfs_map_bio() 6402 map_length); in btrfs_map_bio() 6405 map_length, mirror_num, 1); in btrfs_map_bio() 6412 if (map_length < length) { in btrfs_map_bio() 6415 logical, length, map_length); in btrfs_map_bio()
|
D | extent_io.c | 2261 u64 map_length = 0; in repair_io_failure() local 2271 map_length = length; in repair_io_failure() 2287 &map_length, &bbio, 0); in repair_io_failure() 2296 &map_length, &bbio, mirror_num); in repair_io_failure()
|
D | scrub.c | 60 u64 map_length; member 1319 recover->map_length = mapped_length; in scrub_setup_recheck_block() 1409 page->recover->map_length, in scrub_submit_raid56_bio_wait()
|
D | inode.c | 2126 u64 map_length; in btrfs_bio_fits_in_stripe() local 2134 map_length = length; in btrfs_bio_fits_in_stripe() 2135 ret = btrfs_get_io_geometry(fs_info, btrfs_op(bio), logical, map_length, in btrfs_bio_fits_in_stripe()
|