Searched refs:map_length (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/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.15/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.15/fs/btrfs/ |
| D | volumes.c | 6690 u64 map_length; in btrfs_map_bio() local 6697 map_length = length; in btrfs_map_bio() 6701 &map_length, &bbio, mirror_num, 1); in btrfs_map_bio() 6720 map_length); in btrfs_map_bio() 6723 map_length, mirror_num, 1); in btrfs_map_bio() 6730 if (map_length < length) { in btrfs_map_bio() 6733 logical, length, map_length); in btrfs_map_bio()
|
| D | scrub.c | 61 u64 map_length; member 1315 recover->map_length = mapped_length; in scrub_setup_recheck_block() 1405 spage->recover->map_length, in scrub_submit_raid56_bio_wait()
|
| D | extent_io.c | 2291 u64 map_length = 0; in repair_io_failure() local 2304 map_length = length; in repair_io_failure() 2320 &map_length, &bbio, 0); in repair_io_failure() 2329 &map_length, &bbio, mirror_num); in repair_io_failure()
|