Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/fs/btrfs/
Dbio.c77 u64 map_length, bool use_append) in btrfs_split_bio() argument
86 &btrfs_clone_bioset, map_length); in btrfs_split_bio()
88 bio = bio_split(&orig_bbio->bio, map_length >> SECTOR_SHIFT, in btrfs_split_bio()
95 orig_bbio->file_offset += map_length; in btrfs_split_bio()
653 u64 map_length = length; in btrfs_submit_chunk() local
661 error = btrfs_map_block(fs_info, btrfs_op(bio), logical, &map_length, in btrfs_submit_chunk()
668 map_length = min(map_length, length); in btrfs_submit_chunk()
670 map_length = min(map_length, fs_info->max_zone_append_size); in btrfs_submit_chunk()
672 if (map_length < length) { in btrfs_submit_chunk()
673 bbio = btrfs_split_bio(fs_info, bbio, map_length, use_append); in btrfs_submit_chunk()
[all …]
Dvolumes.c8073 u64 map_length = length; in btrfs_map_repair_block() local
8079 ret = btrfs_map_block(fs_info, BTRFS_MAP_WRITE, logical, &map_length, in btrfs_map_repair_block()
8085 ASSERT(map_length >= length); in btrfs_map_repair_block()
/linux-6.6.21/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()