Home
last modified time | relevance | path

Searched refs:map_length (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/acpi/acpica/
Dexregion.c46 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/
Dlibjvmti.c234 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/
Dvolumes.c6690 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()
Dscrub.c61 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()
Dextent_io.c2291 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()