Searched refs:map_length (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/acpi/acpica/ |
| D | exregion.c | 45 acpi_size map_length; in acpi_ex_system_memory_space_handler() local 120 map_length = (acpi_size) in acpi_ex_system_memory_space_handler() 140 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler() 141 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler() 147 acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler() 152 (u32)map_length)); in acpi_ex_system_memory_space_handler() 160 mem_info->mapped_length = map_length; in acpi_ex_system_memory_space_handler()
|
| /Linux-v5.4/tools/perf/jvmti/ |
| D | libjvmti.c | 239 jint map_length, in compiled_method_load_cb() argument 264 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()
|
| /Linux-v5.4/drivers/staging/gasket/ |
| D | gasket_core.c | 909 ulong phys_offset, map_length; in do_map_region() local 922 map_length = region_to_map.length_bytes; in do_map_region() 930 while (mapped_bytes < map_length) { in do_map_region() 935 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()
|
| /Linux-v5.4/fs/btrfs/ |
| D | volumes.c | 6512 u64 map_length; in btrfs_map_bio() local 6519 map_length = length; in btrfs_map_bio() 6523 &map_length, &bbio, mirror_num, 1); in btrfs_map_bio() 6542 map_length); in btrfs_map_bio() 6545 map_length, mirror_num, 1); in btrfs_map_bio() 6552 if (map_length < length) { in btrfs_map_bio() 6555 logical, length, map_length); in btrfs_map_bio()
|
| D | scrub.c | 59 u64 map_length; member 1320 recover->map_length = mapped_length; in scrub_setup_recheck_block() 1410 page->recover->map_length, in scrub_submit_raid56_bio_wait()
|
| D | extent_io.c | 2181 u64 map_length = 0; in repair_io_failure() local 2191 map_length = length; in repair_io_failure() 2207 &map_length, &bbio, 0); in repair_io_failure() 2216 &map_length, &bbio, mirror_num); in repair_io_failure()
|
| D | inode.c | 2009 u64 map_length; in btrfs_bio_fits_in_stripe() local 2017 map_length = length; in btrfs_bio_fits_in_stripe() 2018 ret = btrfs_get_io_geometry(fs_info, btrfs_op(bio), logical, map_length, in btrfs_bio_fits_in_stripe()
|