Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A 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/tools/perf/jvmti/
A 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/fs/btrfs/
A Dvolumes.c6746 u64 map_length; in btrfs_map_bio() local
6753 map_length = length; in btrfs_map_bio()
6757 &map_length, &bioc, mirror_num, 1); in btrfs_map_bio()
6774 ret = raid56_parity_write(bio, bioc, map_length); in btrfs_map_bio()
6776 ret = raid56_parity_recover(bio, bioc, map_length, in btrfs_map_bio()
6784 if (map_length < length) { in btrfs_map_bio()
6787 logical, length, map_length); in btrfs_map_bio()
A Dscrub.c61 u64 map_length; member
1314 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1404 spage->recover->map_length, in scrub_submit_raid56_bio_wait()
A Dextent_io.c2309 u64 map_length = 0; in repair_io_failure() local
2322 map_length = length; in repair_io_failure()
2338 &map_length, &bioc, 0); in repair_io_failure()
2347 &map_length, &bioc, mirror_num); in repair_io_failure()

Completed in 34 milliseconds