Searched refs:map_length (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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-6.1.9/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-6.1.9/fs/btrfs/ |
D | extent_io.c | 547 u64 map_length = 0; in repair_io_failure() local 558 map_length = length; in repair_io_failure() 574 &map_length, &bioc, 0); in repair_io_failure() 580 &map_length, &bioc, mirror_num); in repair_io_failure()
|
D | volumes.c | 6881 u64 map_length = length; in btrfs_submit_bio() local 6887 ret = __btrfs_map_block(fs_info, btrfs_op(bio), logical, &map_length, in btrfs_submit_bio() 6895 if (map_length < length) { in btrfs_submit_bio() 6898 logical, length, map_length); in btrfs_submit_bio()
|
D | scrub.c | 62 u64 map_length; member 1492 recover->map_length = mapped_length; in scrub_setup_recheck_block()
|